roken: Remove multiple prototype for hstrerror
hsterror had two prototypes, one with the Windows magic, and one without. Remove the one without so Windows can build again.
This commit is contained in:
@@ -544,7 +544,6 @@ int ROKEN_LIB_FUNCTION rk_strerror_r(int, char *, size_t);
|
|||||||
#endif
|
#endif
|
||||||
/* This causes a fatal error under Psoriasis */
|
/* This causes a fatal error under Psoriasis */
|
||||||
#ifndef SunOS
|
#ifndef SunOS
|
||||||
const char * ROKEN_LIB_FUNCTION hstrerror(int);
|
|
||||||
ROKEN_LIB_FUNCTION const char * ROKEN_LIB_CALL hstrerror(int);
|
ROKEN_LIB_FUNCTION const char * ROKEN_LIB_CALL hstrerror(int);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user