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;a=commitdiff_plain;h=fd4f8bed4de2044cb057cb36c66ee71b6e5179b7 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