VirtualBox
Show
Ignore:
Timestamp:
11/10/08 19:05:06 (2 months ago)
Author:
vboxsync
Message:

compiler/msc.h: shut up warning.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/iprt/nocrt/compiler/msc.h

    r14023 r14037  
    3333 
    3434/* stddef.h */ 
    35 #define errno msvcrt_errno 
     35#if !defined(_MT) && !defined(_DLL) && _MSC_VER < 1400 
     36# define errno msvcrt_errno 
     37#endif 
    3638#include <../include/stddef.h> 
    3739#undef errno 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy