summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>1999-08-14 02:25:03 +0000
committercls%seawood.org <devnull@localhost>1999-08-14 02:25:03 +0000
commit8c0774ead95f43c10632f350fb6841d981ff3e4b (patch)
tree00d86dacd9e4fa022db264635fa0651227fa6e7d
parent3965cb23eeaf07435b4775bd20a6cb6b116288a1 (diff)
downloadnspr-hg-8c0774ead95f43c10632f350fb6841d981ff3e4b.tar.gz
Undef _declspec before defining to avoid warnings
-rw-r--r--pr/include/prtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pr/include/prtypes.h b/pr/include/prtypes.h
index fdb408ad..cfa46eca 100644
--- a/pr/include/prtypes.h
+++ b/pr/include/prtypes.h
@@ -64,6 +64,7 @@
#if defined(WIN32)
#if defined(__GNUC__)
+#undef _declspec
#define _declspec(x) __declspec(x)
#endif