Changeset 326 for trunk/tests/class_c/bclass.c
- Timestamp:
- Apr 9, 2008, 10:22:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/class_c/bclass.c
r322 r326 12 12 #endif 13 13 14 #define INCL_DOS 15 #include <os2.h> 14 #ifdef __OS2__ 15 # define INCL_DOS 16 # include <os2.h> 17 #endif /* __OS2__ */ 18 16 19 #include <nom.h> 17 20 #include <nomtk.h>
Note:
See TracChangeset
for help on using the changeset viewer.