Changeset 18517
- Timestamp:
- Feb 19, 2002, 2:08:19 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/kernel32/oslibmisc.h ¶
r18510 r18517 1 /* $Id: oslibmisc.h,v 1. 8 2002-02-19 11:49:20sandervl Exp $ */1 /* $Id: oslibmisc.h,v 1.9 2002-02-19 13:08:19 sandervl Exp $ */ 2 2 /* 3 3 * Misc util. procedures … … 45 45 ULONG OSLibWinQueryMsgQueue(ULONG hab); 46 46 47 //#define CC_NONE 0 48 #define CC_USA 1 49 #define CC_CANADA 2 50 #define CC_LATIN_AMERICA 3 51 #define CC_RUSSIA 7 52 #define CC_GREECE 30 53 #define CC_NETHERLANDS 31 54 #define CC_BELGIUM 32 55 #define CC_FRANCE 33 56 #define CC_SPAIN 34 57 #define CC_ITALY 39 58 #define CC_SWITZERLAND 41 59 #define CC_AUSTRIA 43 60 #define CC_UNITED_KINGDOM 44 61 #define CC_DENMARK 45 62 #define CC_SWEDEN 46 63 #define CC_NORWAY 47 64 #define CC_POLAND 48 65 #define CC_WEST_GERMANY 49 66 #define CC_MEXICO 52 67 #define CC_BRAZIL 55 68 #define CC_AUSTRALIA 61 69 #define CC_NEW_ZEALAND 64 70 #define CC_JAPAN 81 71 #define CC_KOREA 82 72 #define CC_CHINA 86 73 #define CC_TAIWAN 88 74 #define CC_TURKEY 90 75 #define CC_PORTUGAL 351 76 #define CC_LUXEMBOURG 352 77 #define CC_ICELAND 354 78 #define CC_FINLAND 358 79 #define CC_CZECH_REPUBLIC 421 80 #define CC_SLOVAK_REPUBLIC 422 47 //#define CTRY_NONE 0 48 #define CTRY_USA 1 49 #define CTRY_CANADA 2 50 #define CTRY_LATIN_AMERICA 3 51 #define CTRY_RUSSIA 7 52 #define CTRY_GREECE 30 53 #define CTRY_NETHERLANDS 31 54 #define CTRY_BELGIUM 32 55 #define CTRY_FRANCE 33 56 #define CTRY_SPAIN 34 57 #define CTRY_ITALY 39 58 #define CTRY_SWITZERLAND 41 59 #define CTRY_AUSTRIA 43 60 #define CTRY_UNITED_KINGDOM 44 61 #define CTRY_DENMARK 45 62 #define CTRY_SWEDEN 46 63 #define CTRY_NORWAY 47 64 #define CTRY_POLAND 48 65 #define CTRY_GERMANY 49 66 #define CTRY_MEXICO 52 67 #define CTRY_BRAZIL 55 68 #define CTRY_AUSTRALIA 61 69 #define CTRY_NEW_ZEALAND 64 70 #define CTRY_SINGAPORE 65 71 #define CTRY_JAPAN 81 72 #define CTRY_KOREA 82 73 #define CTRY_CHINA 86 74 #define CTRY_TAIWAN 88 75 #define CTRY_TURKEY 90 76 #define CTRY_PORTUGAL 351 77 #define CTRY_LUXEMBOURG 352 78 #define CTRY_IRELAND 353 79 #define CTRY_ICELAND 354 80 #define CTRY_FINLAND 358 81 #define CTRY_BULGARIA 359 82 #define CTRY_CROATIA 385 83 #define CTRY_SLOVENIA 386 84 #define CTRY_CZECH_REPUBLIC 421 85 #define CTRY_SLOVAK_REPUBLIC 422 86 #define CTRY_HONG_KONG 852 87 //#define CTRY_TAIWAN 886 81 88 82 89 ULONG OSLibQueryCountry();
Note:
See TracChangeset
for help on using the changeset viewer.