diff options
Diffstat (limited to 'os/windows/posix.c')
-rwxr-xr-x | os/windows/posix.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/os/windows/posix.c b/os/windows/posix.c index f468cbff..eae8c861 100755 --- a/os/windows/posix.c +++ b/os/windows/posix.c @@ -40,12 +40,6 @@ HRESULT WINAPI StringCchPrintfA( const char *pszFormat, ...); -int vsprintf_s( - char *buffer, - size_t numberOfElements, - const char *format, - va_list argptr); - int win_to_posix_error(DWORD winerr) { switch (winerr) |