Change GDISP image default reading mode for WIN32
This commit is contained in:
parent
74035c5b2e
commit
8681e85ba6
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
#include "gfx.h"
|
#include "gfx.h"
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#define USE_MEMORY_FILE FALSE // Can be true or false for Win32
|
#define USE_MEMORY_FILE TRUE // Can be true or false for Win32
|
||||||
#else
|
#else
|
||||||
#define USE_MEMORY_FILE TRUE // Non-Win32 - use the compiled in image
|
#define USE_MEMORY_FILE TRUE // Non-Win32 - use the compiled in image
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#define MY_BG_COLOR RGB2COLOR(220, 220, 255) // Pale blue so we can see the transparent parts
|
#define MY_BG_COLOR RGB2COLOR(220, 220, 255) // Pale blue so we can see the transparent parts
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#define USE_MEMORY_FILE FALSE // Can be true or false for Win32
|
#define USE_MEMORY_FILE TRUE // Can be true or false for Win32
|
||||||
#else
|
#else
|
||||||
#define USE_MEMORY_FILE TRUE // Non-Win32 - use the compiled in image
|
#define USE_MEMORY_FILE TRUE // Non-Win32 - use the compiled in image
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue