Changeset 21398 for trunk/src/msvcrt/wcs.c
- Timestamp:
- Jul 28, 2010, 8:14:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/msvcrt/wcs.c
r10005 r21398 19 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 */ 21 22 #ifndef __MINIVCRT__ 23 21 24 #include <limits.h> 22 25 #include <stdlib.h> … … 38 41 WINE_DEFAULT_DEBUG_CHANNEL(msvcrt); 39 42 43 #else /* !__MINIVCRT__ */ 44 45 #include <string.h> 46 #include <sys/limits.h> 47 48 #include <winbase.h> 49 50 #include "minivcrt.h" 51 #include "minivcrt_internal.h" 52 53 #include "winternl.h" 54 #include "wine/unicode.h" 55 56 #endif /* !__MINIVCRT__ */ 40 57 41 58 /* INTERNAL: MSVCRT_malloc() based wstrndup */
Note:
See TracChangeset
for help on using the changeset viewer.