Changeset 883 for pjproject/trunk
- Timestamp:
- Jan 16, 2007 3:30:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/compat/cc_msvc.h
r560 r883 35 35 36 36 /* Disable CRT deprecation warnings. */ 37 #if PJ_CC_VER_1 >= 8 37 #if PJ_CC_VER_1 >= 8 && !defined(_CRT_SECURE_NO_DEPRECATE) 38 38 # define _CRT_SECURE_NO_DEPRECATE 39 39 #endif
Note: See TracChangeset
for help on using the changeset viewer.