Changeset 326 for trunk/tests/class_c/aclass.c
- Timestamp:
- Apr 9, 2008, 10:22:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/class_c/aclass.c
r315 r326 36 36 #endif 37 37 38 #define INCL_DOS 39 #include <os2.h> 38 #ifdef __OS2__ 39 # define INCL_DOS 40 # include <os2.h> 41 #endif /* __OS2__ */ 40 42 41 43 #include "glib.h"
Note:
See TracChangeset
for help on using the changeset viewer.