X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/61243a510fe15e04996a986daaa53ed9fee75484..294d195c3cfd9b39b8e1855e9a89dba86bef0082:/src/os2/window.cpp diff --git a/src/os2/window.cpp b/src/os2/window.cpp index 01e0e83c30..c4b8665f2b 100644 --- a/src/os2/window.cpp +++ b/src/os2/window.cpp @@ -84,6 +84,10 @@ #define GET_Y_LPARAM(mp) ((unsigned short)(unsigned long)(mp >> 16)) #endif // GET_X_LPARAM +#ifndef CW_USEDEFAULT +# define CW_USEDEFAULT ((int)0x80000000) +#endif + // --------------------------------------------------------------------------- // global variables // ---------------------------------------------------------------------------