Subversion Repositories Kolibri OS

Rev

Rev 7701 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7701 Rev 9702
Line 90... Line 90...
90
bool CharToOemA(char*, char*);
90
bool CharToOemA(char*, char*);
91
int MultiByteToWideChar(unsigned int,unsigned int,char*,int,wchar_t *,int);
91
int MultiByteToWideChar(unsigned int,unsigned int,char*,int,wchar_t *,int);
Line 92... Line 92...
92
 
92
 
Line 93... Line 93...
93
#else
93
#else
94
 
94
 
Line 95... Line 95...
95
int stricmp(const char*, const char*); //Leency
95
//int stricmp(const char*, const char*); //Leency
Line 96... Line 96...
96
int strnicmp(const char*, const char*, int); //Leency
96
//int strnicmp(const char*, const char*, int); //Leency
97
 
97
 
98
#endif
-
 
99
 
-
 
Line 100... Line 98...
100
char* strupr(char* s);
98
#endif
Line 101... Line 99...
101
char* strlwr(char* s);
99
 
102
//int stricmp(const char*, const char*); //Leency
100
char* strupr(char* s);