Compiler bustage fix

This commit is contained in:
smontagu%smontagu.org 2006-12-07 05:10:12 +00:00
parent 47aaaefff5
commit cc5c4bf596

View File

@ -54,6 +54,9 @@
#ifndef SPI_GETMENUSHOWDELAY
#define SPI_GETMENUSHOWDELAY 106
#endif //SPI_GETMENUSHOWDELAY
#ifndef WS_EX_LAYOUTRTL
#define WS_EX_LAYOUTRTL 0x00400000L // Right to left mirroring
#endif
#ifndef WINCE
typedef UINT (CALLBACK *SHAppBarMessagePtr)(DWORD, PAPPBARDATA);