From cb30604785f664a1cf71a0e9502391e046aadd04 Mon Sep 17 00:00:00 2001 From: Mariano Lizarraga Date: Mon, 12 Jul 2010 16:38:36 -0500 Subject: [PATCH] Removed comments on the SDL _main protection --- src/main.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cc b/src/main.cc index 9a9d5f23c..dbb457cb0 100644 --- a/src/main.cc +++ b/src/main.cc @@ -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 -- 2.22.0