From: Owen Shepherd Date: Wed, 22 Aug 2012 13:21:18 +0000 (+0100) Subject: win32: Predeclare _PDCLIB_w32errno (silence compiler warning) X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=commitdiff_plain;h=95589c7099f783cfb8c0260ac453d2aeab083a37 win32: Predeclare _PDCLIB_w32errno (silence compiler warning) --- diff --git a/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c b/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c index da237f4..ae1804a 100644 --- a/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c +++ b/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c @@ -14,6 +14,8 @@ #include // Watcom bug: winnt.h assumes string.h defines wchar_t #include +void _PDCLIB_w32errno(void); + void _PDCLIB_w32errno(void) { // Not exhaustive