mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
win32.h: #undef a macro before redefining it
This silences a compiler warning
This commit is contained in:
parent
e21783e092
commit
15001bedc6
@ -133,7 +133,8 @@
|
||||
# define NOMEMMGR /* GUI IPC RPC malloc buffers */
|
||||
# define NOMENUS /* GUI Menu obj */
|
||||
# define NOMETAFILE /* file format for half rendered graphics */
|
||||
# define NOMINMAX /* "Macros min(a,b) and max(a,b)" OBSOL/UNIMPL/FUT */
|
||||
# undef NOMINMAX /* "Macros min(a,b) and max(a,b)" OBSOL/UNIMPL/FUT */
|
||||
# define NOMINMAX
|
||||
# define NOMSG /* GUI Message loop */
|
||||
/* #define NONLS "Wide" Code Page conversion APIs */
|
||||
/* OBSOL/UNIMPL/FUT "OpenFile(), OemToAnsi, AnsiToOem" etc */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user