mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-11-18 21:00:10 +01:00
10 lines
220 B
C
10 lines
220 B
C
#include "crtheaders.h"
|
|
#include STRING_H
|
|
#include "utf.h"
|
|
|
|
/* string.h overrides */
|
|
#define strcasecmp _stricmp
|
|
#define strncasecmp _strnicmp
|
|
char *w32_strerror(int);
|
|
#define strerror w32_strerror
|
|
#define strdup _strdup |