Changeset 3560 for trunk/include/win/winversion.h
- Timestamp:
- May 19, 2000, 2:08:37 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/include/win/winversion.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winversion.h
r4 r3560 1 /* $Id: winversion.h,v 1. 1 1999-05-24 20:19:23 ktkExp $ */1 /* $Id: winversion.h,v 1.2 2000-05-19 12:08:37 sandervl Exp $ */ 2 2 3 3 #ifndef __WINE_WINVERSION_H … … 13 13 } WINDOWS_VERSION; 14 14 15 extern WINDOWS_VERSION VERSION_GetVersion(void); 16 extern char *VERSION_GetVersionName(void); 17 extern BOOL VERSION_OsIsUnicode(void); 15 #ifdef __cplusplus 16 extern "C" { 17 #endif 18 19 WINDOWS_VERSION VERSION_GetVersion(void); 20 char *VERSION_GetVersionName(void); 21 BOOL VERSION_OsIsUnicode(void); 22 23 #ifdef __cplusplus 24 } 25 #endif 18 26 19 27 #endif /* __WINE_WINVERSION_H */
Note:
See TracChangeset
for help on using the changeset viewer.
