Changeset 5344 for trunk/include/win/options.h
- Timestamp:
- Mar 21, 2001, 12:18:56 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/options.h
r5276 r5344 1 /* $Id: options.h,v 1. 6 2001-02-28 20:22:44 sandervlExp $ */1 /* $Id: options.h,v 1.7 2001-03-20 23:18:55 mike Exp $ */ 2 2 3 3 /* … … 12 12 13 13 //#include "windef.h" 14 15 #ifdef __cplusplus 16 extern "C" { 17 #endif 14 18 15 19 /* Supported languages */ … … 111 115 extern void VERSION_ParseDosVersion( const char *arg ); 112 116 117 #ifdef __cplusplus 118 } 119 #endif 120 113 121 #endif /* __WINE_OPTIONS_H */
Note:
See TracChangeset
for help on using the changeset viewer.