From db4ec35efd8d4bb09373a9d5c45e0985fcbfc331 Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Fri, 25 May 2007 00:51:19 +0000 Subject: [PATCH] all but NHC --- cbits/directory.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cbits/directory.c b/cbits/directory.c index 812216a..f85b57a 100644 --- a/cbits/directory.c +++ b/cbits/directory.c @@ -1,4 +1,4 @@ -#ifdef __GLASGOW_HASKELL__ +#ifndef __NHC__ /* * (c) The University of Glasgow 2002 * @@ -50,6 +50,6 @@ __hscore_getFolderPath(HWND hwndOwner, return (int)funcPtr(hwndOwner,nFolder,hToken,dwFlags,pszPath); /* ToDo: unload the DLL on shutdown? */ } -#endif -#endif +#endif /* WIN32 */ +#endif /* !__NHC__ */ -- 1.7.10.4