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
/* SDL does ugly things to main() */ /* SDL does ugly things to main() */
//#ifdef main #ifdef main
//# undef main # undef main
//#endif #endif
/** /**
* @brief Starts the application * @brief Starts the application

Loading…
Cancel
Save