summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/w32api.h
blob: 90edfd98d9b2464dc36a00829c6e6d0fc5f0179b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef _W32API_H_
#define _W32API_H_
#if __GNUC__ >=3
#pragma GCC system_header
#endif

#define __W32API_VERSION 2.4
#define __W32API_MAJOR_VERSION 2
#define __W32API_MINOR_VERSION 4

#define _NT4 0x0400
#define _W98 0x0410
#define _WME 0x0490
#define _NT5 0x0500
#define _W2000 0x0500
#define _WXP 0x0501
#define _W2003 0x502

#define _IE3 0x0300
#define _IE4 0x0401
#define _IE5 0x0501
#define _IE6 0x0600

#endif /* ndef _W32API_H_ */