I want to compile this code:
#include int main(int argc, char* argv[]) { return 0; }
But it can\'t be linked: Erro
Erro
Open sdl_main.h
Change
#define main sdl_main
to
#define sdl_main main
now it will work with simple int main() but this is bad hooray to short term solutions