SDL_main() is not supposed to be written by us, see:
[supertux.git] / src / main.cpp
index 25aaf70..8988652 100644 (file)
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #include <SDL.h>
-#undef main
 
 #include "supertux/main.hpp"
 
-int SDL_main(int argc, char** argv)
+int main(int argc, char** argv)
 {
   return Main().main(argc, argv);
 }