all but NHC
authorRoss Paterson <ross@soi.city.ac.uk>
Fri, 25 May 2007 00:51:19 +0000 (00:51 +0000)
committerRoss Paterson <ross@soi.city.ac.uk>
Fri, 25 May 2007 00:51:19 +0000 (00:51 +0000)
cbits/directory.c

index 812216a..f85b57a 100644 (file)
@@ -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__ */