mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 06:15:10 +03:00
Fix linking problem due to SDL main definition
This commit is contained in:
parent
821efb3499
commit
824317c477
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
||||||
|
|
||||||
#if defined(SIMU_AUDIO)
|
#if defined(SIMU_AUDIO)
|
||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
|
#undef main
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if LCD_W > 212
|
#if LCD_W > 212
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue