Added missing #include "config.h"
[wine/multimedia.git] / include / winversion.h
blob9b2c6e83b80a561e328f3dd985f3f578aca78ea1
1 #ifndef __WINE_WINVERSION_H
2 #define __WINE_WINVERSION_H
4 typedef enum
6 WIN31, /* Windows 3.1 */
7 WIN95, /* Windows 95 */
8 NT351, /* Windows NT 3.51 */
9 NT40, /* Windows NT 4.0 */
10 NB_WINDOWS_VERSIONS
11 } WINDOWS_VERSION;
13 extern WINDOWS_VERSION VERSION_GetVersion();
14 extern char *VERSION_GetVersionName();
15 extern BOOL32 VERSION_OsIsUnicode(void);
17 #endif /* __WINE_WINVERSION_H */