Changeset 9631 for trunk/include/win/msvcrt/malloc.h
- Timestamp:
- Jan 6, 2003, 2:24:23 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/msvcrt/malloc.h
r8207 r9631 40 40 #define _USEDENTRY 1 41 41 42 43 42 #ifndef MSVCRT_SIZE_T_DEFINED 44 43 typedef unsigned int MSVCRT(size_t); 45 44 #define MSVCRT_SIZE_T_DEFINED 46 45 #endif 46 47 47 48 48 typedef struct _heapinfo
Note:
See TracChangeset
for help on using the changeset viewer.