Create directories that don't contain a Makefile.
[wine/multimedia.git] / include / winversion.h
blobf10d2737a209e4e867d4fe50529d730888f68733
1 #ifndef __WINE_WINVERSION_H
2 #define __WINE_WINVERSION_H
4 #include "windef.h"
6 typedef enum
8 WIN31, /* Windows 3.1 */
9 WIN95, /* Windows 95 */
10 WIN98, /* Windows 98 */
11 NT351, /* Windows NT 3.51 */
12 NT40, /* Windows NT 4.0 */
13 NB_WINDOWS_VERSIONS
14 } WINDOWS_VERSION;
16 extern WINDOWS_VERSION VERSION_GetVersion(void);
17 extern char *VERSION_GetVersionName(void);
18 extern BOOL VERSION_OsIsUnicode(void);
19 extern DWORD VERSION_AppWinVer(void);
21 #endif /* __WINE_WINVERSION_H */