X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=cbits%2Fdirectory.c;h=812216ab7f3bd0d582cfbfd19b036a09c0dd0d3e;hb=7e1803c66583d173e24d296c63c7f472934e6f45;hp=d426b9e2fd0f52e524d57ca30f55512d79f6b490;hpb=d39d0b9edb1c5766afd3f8d365cfc1e838398bfc;p=haskell-directory.git 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