Remove checks for AC_SRC_ALPHA and LAYOUT_RTL
<https://msdn.microsoft.com/en-us/library/dd183393(v=vs.85).aspx> <https://msdn.microsoft.com/en-us/library/dd162979(v=vs.85).aspx>
This commit is contained in:
parent
7bfbbf7e83
commit
fbf8f2b237
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user