16 lines
302 B
OpenEdge ABL
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
/*
Include before wdm.h to be able to compile at warning level 4
*/
/*
4214
4201 nonstandard extension using nameless struct/union
4115
4200
4514 unreferenced inline function
**4100 unreferenced formal parameter
4057
*/
#pragma warning(disable:4214 4201 4115 4200 4100 4514 4057 4127)