Changeset 21500 for trunk/include
- Timestamp:
 - Dec 3, 2010, 12:03:21 PM (15 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/include/win/minivcrt.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/include/win/minivcrt.h
r21499 r21500 21 21 22 22 #define FILENAME_MAX 260 23 24 #ifndef max 25 #define max(a,b) ( (a>b) ? a : b ) 26 #endif 27 #ifndef min 28 #define min(a,b) ( (a<b) ? a : b ) 29 #endif 23 30 24 31 typedef unsigned long _fsize_t;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  