From 889ee28ed562af4344cba27f17076c88ec099c74 Mon Sep 17 00:00:00 2001 From: Jean-Claude Beaudoin Date: Tue, 27 Sep 2016 01:43:40 -0400 Subject: Rein in unintended external functions on Windows. --- tcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index 74a4c20..20846a3 100644 --- a/tcc.h +++ b/tcc.h @@ -1167,7 +1167,7 @@ ST_DATA struct TCCState *tcc_state; #define AFF_PREPROCESS 0x0004 /* preprocess file */ /* public functions currently used by the tcc main function */ -PUB_FUNC char *pstrcpy(char *buf, int buf_size, const char *s); +ST_FUNC char *pstrcpy(char *buf, int buf_size, const char *s); ST_FUNC char *pstrcat(char *buf, int buf_size, const char *s); ST_FUNC char *pstrncpy(char *out, const char *in, size_t num); PUB_FUNC char *tcc_basename(const char *name); -- cgit v1.3.1