mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
no longer depend on msvcrt/tchar.h
svn path=/trunk/; revision=3790
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user