blob: df6047be1c88b92c1a3c47d424b5abacab7d5af7 [file] [log] [blame]
#ifndef __WINE_WINVERSION_H
#define __WINE_WINVERSION_H
typedef enum
{
WIN31, /* Windows 3.1 */
WIN95, /* Windows 95 */
NT351, /* Windows NT 3.51 */
NT40, /* Windows NT 4.0 */
NB_WINDOWS_VERSIONS
} WINDOWS_VERSION;
extern WINDOWS_VERSION VERSION_GetVersion();
extern char *VERSION_GetVersionName();
#endif /* __WINE_WINVERSION_H */