libc.obj:
- Unified stdcall and cdecl; - Fixed clayer to use def format; - Fixed build examples. git-svn-id: svn://kolibrios.org@9620 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -10,5 +10,5 @@
|
||||
|
||||
int strcmp(const char * s1, const char * s2)
|
||||
{
|
||||
return _ksys_strcmp(s1, s2);
|
||||
return __strcmp(s1, s2);
|
||||
}
|
Reference in New Issue
Block a user