From 7e1803c66583d173e24d296c63c7f472934e6f45 Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Thu, 24 May 2007 14:45:08 +0000 Subject: [PATCH 1/1] glasgow only --- cbits/directory.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cbits/directory.c b/cbits/directory.c index d426b9e..812216a 100644 --- a/cbits/directory.c +++ b/cbits/directory.c @@ -1,3 +1,4 @@ +#ifdef __GLASGOW_HASKELL__ /* * (c) The University of Glasgow 2002 * @@ -50,4 +51,5 @@ __hscore_getFolderPath(HWND hwndOwner, /* ToDo: unload the DLL on shutdown? */ } #endif +#endif -- 1.7.10.4