More compiler define fixes

ugfx_release_2.6
inmarket 2015-11-11 19:18:15 +10:00
parent 41b16f9c63
commit 6019d0b9c9
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#if GFX_USE_GWIN || defined(__DOXYGEN__)
#if (GFX_COMPILER == GFX_COMPILER_ARMCC) || (GFX_COMPILER == GFX_COMPILER_KEIL)
#if defined(__KEIL__) || defined(__C51__)
#pragma anon_unions
#endif