Home | History | Annotate | Download | only in winusb

Lines Matching full:windows

31 #ifndef WINVER				// Allow use of features specific to Windows 95 and Windows NT 4 or later.

32 #define WINVER 0x0500 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
35 #ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
36 #define _WIN32_WINNT 0x0500 // Change this to the appropriate value to target Windows 2000 or later.
39 #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
40 #define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
61 // #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
63 #include <windows.h>