trying to fix build by reverting port.h
git-svn-id: svn://kolibrios.org@7701 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
7984195956
commit
266cc44e49
@ -90,12 +90,17 @@ bool OemToCharA(char*, char*);
|
||||
bool CharToOemA(char*, char*);
|
||||
int MultiByteToWideChar(unsigned int,unsigned int,char*,int,wchar_t *,int);
|
||||
|
||||
#else
|
||||
|
||||
int stricmp(const char*, const char*); //Leency
|
||||
int strnicmp(const char*, const char*, int); //Leency
|
||||
|
||||
#endif
|
||||
|
||||
char* strupr(char* s);
|
||||
char* strlwr(char* s);
|
||||
int stricmp(const char*, const char*);
|
||||
int strnicmp(const char*, const char*, int);
|
||||
//int stricmp(const char*, const char*); //Leency
|
||||
//int strnicmp(const char*, const char*, int); //Leency
|
||||
|
||||
#ifdef _PORT_CPP_
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user