1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 19:40:20 +03:00

Fix linking problem due to SDL main definition

This commit is contained in:
Andre Bernet 2017-01-23 22:10:36 +01:00
parent 821efb3499
commit 824317c477

View file

@ -30,6 +30,7 @@
#if defined(SIMU_AUDIO)
#include <SDL.h>
#undef main
#endif
#if LCD_W > 212