Ignore:
Timestamp:
2006-10-04T15:20:24+13:00 (18 years ago)
Author:
kjdon
Message:

added ifdef win32 around the u_char and u-long typedefs to get rid of millions of warnings about redefinition of symbols

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/mg/sysfuncs.h

    r12996 r12997  
    352352
    353353/* [RPAP - Feb 97: WIN32 Port] */
     354#ifdef __WIN32__
     355typedef unsigned long u_long;
    354356typedef unsigned char u_char;
    355 typedef unsigned long u_long;
     357#endif
    356358
    357359#endif /* SYSFUNCS_H */
Note: See TracChangeset for help on using the changeset viewer.