Commit d0d6e35e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

string.h: Add __strncnt declaration.

parent e59970a6
......@@ -19,6 +19,7 @@
extern "C" {
#endif
_ACRTIMP size_t __cdecl __strncnt(const char*,size_t);
_ACRTIMP int __cdecl _strcmpi(const char*,const char*);
_ACRTIMP int __cdecl _strcoll_l(const char*, const char*, _locale_t);
_ACRTIMP char* __cdecl _strdup(const char*);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment