Catalin 2017-03-05 15:04:34 +02:00
parent 7bfbbf7e83
commit fbf8f2b237

View File

@ -79,14 +79,6 @@
using namespace wxMSWImpl; using namespace wxMSWImpl;
#ifndef AC_SRC_ALPHA
#define AC_SRC_ALPHA 1
#endif
#ifndef LAYOUT_RTL
#define LAYOUT_RTL 1
#endif
/* Quaternary raster codes */ /* Quaternary raster codes */
#ifndef MAKEROP4 #ifndef MAKEROP4
#define MAKEROP4(fore,back) (DWORD)((((back) << 8) & 0xFF000000) | (fore)) #define MAKEROP4(fore,back) (DWORD)((((back) << 8) & 0xFF000000) | (fore))