no longer depend on msvcrt/tchar.h

svn path=/trunk/; revision=3790
This commit is contained in:
Robert Dickenson 2002-11-25 17:38:18 +00:00
parent 6b09fd544c
commit 8a0cebc9b6
6 changed files with 5 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#include <msvcrt/tchar.h>
#include <msvcrt/string.h>
char * _strdec(const char *str1, const char *str2)
{

View file

@ -1,4 +1,4 @@
#include <msvcrt/tchar.h>
#include <msvcrt/string.h>
char * _strinc(const char *str)
{

View file

@ -1,4 +1,3 @@
#include <msvcrt/tchar.h>
#include <msvcrt/sys/types.h>
#include <msvcrt/string.h>

View file

@ -1,4 +1,4 @@
#include <msvcrt/tchar.h>
#include <msvcrt/string.h>
int _strnextc(const char *str)
{

View file

@ -1,4 +1,4 @@
#include <msvcrt/tchar.h>
#include <msvcrt/string.h>
#include <msvcrt/stdlib.h>
char * _strninc(const char *str, size_t inc)

View file

@ -1,4 +1,4 @@
#include <msvcrt/tchar.h>
#include <msvcrt/string.h>
#include <msvcrt/stdlib.h>