X-Git-Url: https://git.ucc.asn.au/?p=matches%2Fhonours.git;a=blobdiff_plain;f=research%2Ftransmission_spectroscopy%2FTOF%2FWin32%2B%2B%2Fsamples%2FThreads%2Fsrc%2Ftargetver.h;fp=research%2Ftransmission_spectroscopy%2FTOF%2FWin32%2B%2B%2Fsamples%2FThreads%2Fsrc%2Ftargetver.h;h=0da29c30df497524b77d42796e4aa310b5534f82;hp=0000000000000000000000000000000000000000;hb=70a96cca12cb006506461d26cd112bab179fe74c;hpb=8caf60af39689a3546074f0c68d14c3a2e28191e diff --git a/research/transmission_spectroscopy/TOF/Win32++/samples/Threads/src/targetver.h b/research/transmission_spectroscopy/TOF/Win32++/samples/Threads/src/targetver.h new file mode 100644 index 00000000..0da29c30 --- /dev/null +++ b/research/transmission_spectroscopy/TOF/Win32++/samples/Threads/src/targetver.h @@ -0,0 +1,53 @@ +/////////////////////////////////////////////////////////////////////// +// targetver.h is used to define the Windows API macros that target the +// version of the Windows operating system you wish to support. + + +// For Windows 95 +//#define WINVER 0x0400 +//#define _WIN32_WINDOWS 0x0400 +//#define _WIN32_IE 0x0300 + +// For Windows 98 +#define WINVER 0x0410 +#define _WIN32_WINDOWS 0x0410 +#define _WIN32_IE 0x0401 + +// For Windows NT4 +//#define WINVER 0x0400 +//#define _WIN32_WINNT 0x0400 +//#define _WIN32_IE 0x0200 +//#define NTDDI_VERSION 0x05000000 + +// For Windows ME +//#define WINVER 0x0500 +//#define _WIN32_WINNT 0x0500 +//#define _WIN32_IE 0x0500 + +// For Windows 2000 +//#define WINVER 0x0500 +//#define _WIN32_WINNT 0x0500 +//#define _WIN32_IE 0x0500 +//#define NTDDI_VERSION 0x05000000 + +// For Windows XP +//#define WINVER 0x0501 +//#define _WIN32_WINNT 0x0501 +//#define _WIN32_IE 0x0501 +//#define NTDDI_VERSION 0x05010000 + +// For Windows Vista +//#define WINVER 0x0600 +//#define _WIN32_WINNT 0x0600 +//#define _WIN32_IE 0x0600 +//#define NTDDI_VERSION 0x06000000 + +// For Windows 7 +//#define WINVER 0x0601 +//#define _WIN32_WINNT 0x0601 +//#define _WIN32_IE 0x0601 +//#define NTDDI_VERSION 0x06010000 + + +// Users of Visual Studio 10 can do this instead +// #include "SDKDDKver.h"