mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
...
This commit is contained in:
parent
a889df2c09
commit
a3d4e66958
@ -37,7 +37,9 @@
|
|||||||
#define NOMB // MB_* and MessageBox()
|
#define NOMB // MB_* and MessageBox()
|
||||||
#define NOMEMMGR // GMEM_*, LMEM_*, GHND, LHND, associated routines
|
#define NOMEMMGR // GMEM_*, LMEM_*, GHND, LHND, associated routines
|
||||||
#define NOMETAFILE // typedef METAFILEPICT
|
#define NOMETAFILE // typedef METAFILEPICT
|
||||||
|
#ifndef NOMINMAX
|
||||||
#define NOMINMAX // Macros min(a,b) and max(a,b)
|
#define NOMINMAX // Macros min(a,b) and max(a,b)
|
||||||
|
#endif
|
||||||
#define NOMSG // typedef MSG and associated routines
|
#define NOMSG // typedef MSG and associated routines
|
||||||
#define NOOPENFILE // OpenFile(), OemToAnsi, AnsiToOem, and OF_*
|
#define NOOPENFILE // OpenFile(), OemToAnsi, AnsiToOem, and OF_*
|
||||||
#define NOSCROLL // SB_* and scrolling routines
|
#define NOSCROLL // SB_* and scrolling routines
|
||||||
|
Loading…
x
Reference in New Issue
Block a user