Browse Source

Removed comments on the SDL _main protection

QGC4.4
Mariano Lizarraga 15 years ago
parent
commit
cb30604785
  1. 6
      src/main.cc

6
src/main.cc

@ -35,9 +35,9 @@ This file is part of the PIXHAWK project @@ -35,9 +35,9 @@ This file is part of the PIXHAWK project
/* SDL does ugly things to main() */
//#ifdef main
//# undef main
//#endif
#ifdef main
# undef main
#endif
/**
* @brief Starts the application

Loading…
Cancel
Save