~steve-sk2/mingw-w64/oneiric

« back to all changes in this revision

Viewing changes to mingw-w64-headers/include/sdkddkver.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Kitt
  • Date: 2010-11-18 00:04:46 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101118000446-xe24b423su55onyl
Tags: 1.0+20101003-1
* New maintainer. (Closes: #594371.)
* New upstream snapshot:
  - Includes getopt.h. (Closes: #569914.)
* Build g++ for Win64. (Closes: #600451.)
* Standards-Version 3.9.1 (new packaging).
* Include patch from
  http://mingw-w64.svn.sourceforge.net/viewvc/mingw-w64?view=revision&revision=3715
  as suggested by Rafaël Carré.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#define _WIN32_WINNT_VISTA                  0x0600
25
25
#define _WIN32_WINNT_WS08                   0x0600
26
26
#define _WIN32_WINNT_LONGHORN               0x0600
 
27
#define _WIN32_WINNT_WIN7                   0x0601
27
28
 
28
29
/* _WIN32_IE */
29
30
#define _WIN32_IE_IE20                      0x0200
38
39
#define _WIN32_IE_IE60SP1                   0x0601
39
40
#define _WIN32_IE_IE60SP2                   0x0603
40
41
#define _WIN32_IE_IE70                      0x0700
 
42
#define _WIN32_IE_IE80                      0x0800
41
43
 
42
44
/* Mappings Between IE Version  and Windows Version */
43
45
#define _WIN32_IE_NT4                       _WIN32_IE_IE20
62
64
#define _WIN32_IE_WS03SP1                   _WIN32_IE_IE60SP2
63
65
#define _WIN32_IE_WIN6                      _WIN32_IE_IE70
64
66
#define _WIN32_IE_LONGHORN                  _WIN32_IE_IE70
 
67
#define _WIN32_IE_WIN7                      _WIN32_IE_IE80
65
68
 
66
69
/* NTDDI_VERSION */
67
70
#define NTDDI_WIN2K                         0x05000000
94
97
#define NTDDI_WS08SP2                       NTDDI_WIN6SP2
95
98
#define NTDDI_WS08SP3                       NTDDI_WIN6SP3
96
99
#define NTDDI_WS08SP4                       NTDDI_WIN6SP4
 
100
#define NTDDI_WIN7                          0x06010000
97
101
 
98
102
/* Version Fields in NTDDI_VERSION */
99
103
#define OSVERSION_MASK                      0xFFFF0000
160
164
#endif
161
165
 
162
166
#endif
163