Subversion Repositories Kolibri OS

Rev

Rev 7666 | Rev 7701 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7666 Rev 7700
Line 88... Line 88...
88
 
88
 
89
bool OemToCharA(char*, char*);
89
bool OemToCharA(char*, char*);
90
bool CharToOemA(char*, char*);
90
bool CharToOemA(char*, char*);
Line 91... Line -...
91
int MultiByteToWideChar(unsigned int,unsigned int,char*,int,wchar_t *,int);
-
 
92
 
-
 
93
#else
-
 
94
 
-
 
95
int stricmp(const char*, const char*);
-
 
96
int strnicmp(const char*, const char*, int);
91
int MultiByteToWideChar(unsigned int,unsigned int,char*,int,wchar_t *,int);
Line 97... Line 92...
97
 
92
 
98
#endif
93
#endif
-
 
94
 
-
 
95
char* strupr(char* s);
Line 99... Line 96...
99
 
96
char* strlwr(char* s);
Line 100... Line 97...
100
char* strupr(char* s);
97
int stricmp(const char*, const char*);
101
char* strlwr(char* s);
98
int strnicmp(const char*, const char*, int);