Changeset 2407 for pjproject/trunk/pjlib/include/pj/compat/cc_msvc.h
- Timestamp:
- Jan 1, 2009 8:56:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/compat/cc_msvc.h
r2394 r2407 39 39 # define _CRT_SECURE_NO_DEPRECATE 40 40 #endif 41 #if PJ_CC_VER_1 >= 8 && !defined(_CRT_SECURE_NO_WARNINGS) 42 # define _CRT_SECURE_NO_WARNINGS 43 /* The above doesn't seem to work, at least on VS2005, so lets use 44 * this construct as well. 45 */ 46 # pragma warning(disable: 4996) 47 #endif 41 48 42 49 #pragma warning(disable: 4127) // conditional expression is constant … … 72 79 #define PJ_INT64_FMT "I64" 73 80 81 #define PJ_UNREACHED(x) 74 82 75 83 #endif /* __PJ_COMPAT_CC_MSVC_H__ */ 84
Note: See TracChangeset
for help on using the changeset viewer.