summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaw <devnull@localhost>1998-07-08 00:52:15 +0000
committerlaw <devnull@localhost>1998-07-08 00:52:15 +0000
commitd0d7cd2d83c385d16ea60d66bdc457e4bc51de47 (patch)
tree4032c7c623fd197c35748384661562876b17aa3b
parentee6e818317d07e14930e4c3bb1738d097a638b76 (diff)
downloadnspr-hg-d0d7cd2d83c385d16ea60d66bdc457e4bc51de47.tar.gz
Henry Sobotka's BE patches
-rw-r--r--pr/include/prtypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pr/include/prtypes.h b/pr/include/prtypes.h
index dda8663b..069742b9 100644
--- a/pr/include/prtypes.h
+++ b/pr/include/prtypes.h
@@ -108,7 +108,11 @@
#define PR_CALLBACK
#define PR_CALLBACK_DECL
+#ifndef XP_OS2_VACPP
#define PR_STATIC_CALLBACK(__x) static __x
+#else
+#define PR_STATIC_CALLBACK(__x) static __x _Optlink
+#endif
#endif