Merge branch 'master' of https://git.genivi.org/srv/git/DLT-daemon
[profile/ivi/dlt-daemon.git] / src / winclientlib / stdafx.h
1 // stdafx.h : include file for standard system include files,\r
2 // or project specific include files that are used frequently, but\r
3 // are changed infrequently\r
4 //\r
5 \r
6 #pragma once\r
7 \r
8 // Modify the following defines if you have to target a platform prior to the ones specified below.\r
9 // Refer to MSDN for the latest info on corresponding values for different platforms.\r
10 #ifndef WINVER                          // Allow use of features specific to Windows XP or later.\r
11 #define WINVER 0x0501           // Change this to the appropriate value to target other versions of Windows.\r
12 #endif\r
13 \r
14 #ifndef _WIN32_WINNT            // Allow use of features specific to Windows XP or later.                   \r
15 #define _WIN32_WINNT 0x0501     // Change this to the appropriate value to target other versions of Windows.\r
16 #endif                                          \r
17 \r
18 #ifndef _WIN32_WINDOWS          // Allow use of features specific to Windows 98 or later.\r
19 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.\r
20 #endif\r
21 \r
22 #ifndef _WIN32_IE                       // Allow use of features specific to IE 6.0 or later.\r
23 #define _WIN32_IE 0x0600        // Change this to the appropriate value to target other versions of IE.\r
24 #endif\r
25 \r
26 #define WIN32_LEAN_AND_MEAN             // Exclude rarely-used stuff from Windows headers\r
27 // Windows Header Files:\r
28 #include <windows.h>\r
29 \r
30 \r
31 \r
32 // TODO: reference additional headers your program requires here\r