Ignore:
Timestamp:
Aug 10, 2003, 5:24:21 PM (22 years ago)
Author:
zap
Message:

Fixed conflicts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/emxomf/emxomfld.c

    • Property cvs2svn:cvs-rev changed from 1.24 to 1.25
    r565 r566  
    164164
    165165/* 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
    170168#endif
    171 
     169extern int _System DosCopy (char *, char *, int);
    172170
    173171/* Tell the user how to run this program. */
Note: See TracChangeset for help on using the changeset viewer.