From a5afc5b36df0d769159f2a9cb97475679bc9ec09 Mon Sep 17 00:00:00 2001 From: tao Date: Thu, 21 May 1998 18:32:53 +0000 Subject: [PATCH] Fix redefine problem. git-svn-id: svn://10.0.0.236/branches/NORMANDY_BRANCH@2116 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/nsprpub/pr/include/md/_unixos.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mozilla/nsprpub/pr/include/md/_unixos.h b/mozilla/nsprpub/pr/include/md/_unixos.h index bd203620c35..e74f288bc26 100644 --- a/mozilla/nsprpub/pr/include/md/_unixos.h +++ b/mozilla/nsprpub/pr/include/md/_unixos.h @@ -62,8 +62,12 @@ #define PR_DIRECTORY_SEPARATOR_STR "/" #define PR_PATH_SEPARATOR ':' #define PR_PATH_SEPARATOR_STR ":" -#define GCPTR +#define GCPTR + +#ifndef DEFFARPROC +#define DEFFARPROC typedef int (*FARPROC)(); +#endif /* DEFFARPROC */ /* * intervals at which GLOBAL threads wakeup to check for pending interrupt