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
+1 -1
View File
@@ -1,4 +1,4 @@
#include <msvcrt/tchar.h>
#include <msvcrt/string.h>
char * _strdec(const char *str1, const char *str2)
{
+1 -1
View File
@@ -1,4 +1,4 @@
#include <msvcrt/tchar.h>
#include <msvcrt/string.h>
char * _strinc(const char *str)
{
-1
View File
@@ -1,4 +1,3 @@
#include <msvcrt/tchar.h>
#include <msvcrt/sys/types.h>
#include <msvcrt/string.h>
+1 -1
View File
@@ -1,4 +1,4 @@
#include <msvcrt/tchar.h>
#include <msvcrt/string.h>
int _strnextc(const char *str)
{
+1 -1
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)
+1 -1
View File
@@ -1,4 +1,4 @@
#include <msvcrt/tchar.h>
#include <msvcrt/string.h>
#include <msvcrt/stdlib.h>