mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
no longer depend on msvcrt/tchar.h
svn path=/trunk/; revision=3790
This commit is contained in:
parent
6b09fd544c
commit
8a0cebc9b6
6 changed files with 5 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
#include <msvcrt/tchar.h>
|
||||
#include <msvcrt/string.h>
|
||||
|
||||
char * _strdec(const char *str1, const char *str2)
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <msvcrt/tchar.h>
|
||||
#include <msvcrt/string.h>
|
||||
|
||||
char * _strinc(const char *str)
|
||||
{
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#include <msvcrt/tchar.h>
|
||||
#include <msvcrt/sys/types.h>
|
||||
#include <msvcrt/string.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <msvcrt/tchar.h>
|
||||
#include <msvcrt/string.h>
|
||||
|
||||
int _strnextc(const char *str)
|
||||
{
|
||||
|
|
|
@ -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,4 +1,4 @@
|
|||
#include <msvcrt/tchar.h>
|
||||
#include <msvcrt/string.h>
|
||||
#include <msvcrt/stdlib.h>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue