|
Revision 34164, 0.7 kB
(checked in by saturday06, 4 years ago)
|
|
iadojfkadf
|
| Line | |
|---|
| 1 | #pragma once
|
|---|
| 2 |
|
|---|
| 3 | //TODO: USE CODING STANDARD !!!!!!!!!!!!!!!!!!
|
|---|
| 4 |
|
|---|
| 5 | /**
|
|---|
| 6 | *
|
|---|
| 7 | */
|
|---|
| 8 |
|
|---|
| 9 | // TODO: nest macro ?
|
|---|
| 10 | // http://msdn.microsoft.com/en-us/library/aa383745.aspx
|
|---|
| 11 | #if (defined(WIN32) || defined(_WIN32) || defined(_WIN64) || defined(_WIN32_WCE)) && !defined(MIL_GUI_COCOA)
|
|---|
| 12 | //#define _WIN32_IE 0x0200 // IE2
|
|---|
| 13 | //#define _WIN32_WINNT 0x0400 // NT4.0
|
|---|
| 14 | //#define WINVER 0x0400 // Windows 95
|
|---|
| 15 |
|
|---|
| 16 | //#define _WIN32_IE 0x0200 // IE5
|
|---|
| 17 | //#define _WIN32_WINNT 0x0500 // Windows 2000
|
|---|
| 18 | //#define WINVER 0x0500 // Windows 2000
|
|---|
| 19 |
|
|---|
| 20 | //#define _WIN32_IE 0x0600 // IE6
|
|---|
| 21 | //#define _WIN32_WINNT 0x0501 // Windows XP
|
|---|
| 22 | //#define WINVER 0x0501 // Windows XP
|
|---|
| 23 | #endif
|
|---|
| 24 |
|
|---|
| 25 | //#define _WIN32_WCE
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|