Release 961215
[wine/multimedia.git] / include / crtdll.h
blobbeb87cc05a32130f2a6234ed549531739d3a89c0
1 #ifndef _WINE_CRTDLL_H
2 #define _WINE_CRTDLL_H
4 #define CRTDLL_LC_ALL 0
5 #define CRTDLL_LC_COLLATE 1
6 #define CRTDLL_LC_CTYPE 2
7 #define CRTDLL_LC_MONETARY 3
8 #define CRTDLL_LC_NUMERIC 4
9 #define CRTDLL_LC_TIME 5
10 #define CRTDLL_LC_MIN LC_ALL
11 #define CRTDLL_LC_MAX LC_TIME
13 #endif