Changeset 671

Show
Ignore:
Timestamp:
06/03/07 07:36:59 (18 months ago)
Author:
danny@…
Message:

More changes to get linux code to compile.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/common/defines.h

    r654 r671  
    44#ifndef _DEFINES_H_ 
    55#define _DEFINES_H_ 
     6 
     7#ifndef NULL 
     8#define NULL 0 
     9#endif 
    610 
    711// ============================================================================ 
     
    4650char* strlwr(char* string); 
    4751int stricmp(const char* str1, const char* str2); 
     52 
     53#define _strlwr strlwr 
     54#define _strupr strupr 
    4855 
    4956#endif