|
||||
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>
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |