Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:24:43

0001 #pragma once
0002 
0003 #ifndef NOMINMAX
0004 #    define NOMINMAX // prevent windows redefining min/max
0005 #endif
0006 
0007 #ifndef WIN32_LEAN_AND_MEAN
0008 #    define WIN32_LEAN_AND_MEAN
0009 #endif
0010 
0011 #include <windows.h>