Changeset 38156
- Timestamp:
- 08/03/10 21:46:38 (3 years ago)
- Location:
- lang/c/NetworkUpdater/trunk/recipes
- Files:
-
- 1 added
- 1 modified
-
Common.h (modified) (1 diff)
-
NetworkUpdater.vsprops (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/NetworkUpdater/trunk/recipes/Common.h
r38144 r38156 114 114 115 115 #if defined(__GNUC__) && defined(__STRICT_ANSI__) 116 # define strdup NUI_strdup 117 # define wcsdup NUI_wcsdup 116 # define strdup(x) NUI_strdup(x) 117 # define wcsdup(x) NUI_wcsdup(x) 118 # if defined(_WIN32) || defined(__CYGWIN__) 119 # define _strdup(x) NUI_strdup(x) 120 # define _wcsdup(x) NUI_wcsdup(x) 121 # endif 118 122 #elif defined(_WIN32) 119 # define strdup _strdup120 # define wcsdup _wcsdup123 # define strdup(x) _strdup(x) 124 # define wcsdup(x) _wcsdup(x) 121 125 #endif 122 126
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)