From: Malcolm.Wallace@cs.york.ac.uk Date: Thu, 24 May 2007 14:45:08 +0000 (+0000) Subject: glasgow only X-Git-Tag: 2007-09-13~17 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7e1803c66583d173e24d296c63c7f472934e6f45;hp=d39d0b9edb1c5766afd3f8d365cfc1e838398bfc;p=haskell-directory.git glasgow only --- 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