Changeset 326 for trunk/nom/src/nomid.c
- Timestamp:
- Apr 9, 2008, 10:22:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/src/nomid.c
r190 r326 33 33 * ***** END LICENSE BLOCK ***** */ 34 34 35 #define INCL_DOS 36 #define INCL_DOSERRORS 37 38 #include <os2.h> 35 #ifdef __OS2__ 36 # define INCL_DOS 37 # define INCL_DOSERRORS 38 # include <os2.h> 39 #endif /* __OS2__ */ 39 40 40 41 #include "nom.h"
Note:
See TracChangeset
for help on using the changeset viewer.