Changeset 566 for trunk/src/emx/src/emxomf/emxomfld.c
- Timestamp:
- Aug 10, 2003, 5:24:21 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/emxomf/emxomfld.c
-
Property cvs2svn:cvs-rev
changed from
1.24
to1.25
r565 r566 164 164 165 165 /* To avoid including os2.h... */ 166 #ifdef _System 167 unsigned _System DosCopy (char *, char *, unsigned); 168 #else 169 unsigned DosCopy (char *, char *, unsigned); 166 #ifndef _System 167 #define _System 170 168 #endif 171 169 extern int _System DosCopy (char *, char *, int); 172 170 173 171 /* Tell the user how to run this program. */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.