Changeset 14037
- Timestamp:
- 11/10/08 19:05:06 (2 months ago)
- Files:
-
- trunk/include/iprt/nocrt/compiler/msc.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/iprt/nocrt/compiler/msc.h
r14023 r14037 33 33 34 34 /* stddef.h */ 35 #define errno msvcrt_errno 35 #if !defined(_MT) && !defined(_DLL) && _MSC_VER < 1400 36 # define errno msvcrt_errno 37 #endif 36 38 #include <../include/stddef.h> 37 39 #undef errno

