move Win32 SearchPath and SHGetFolderPath into the Win32 package
[haskell-directory.git] / cbits / directory.c
1 #if defined(__GLASGOW_HASKELL__) || defined(__HUGS__)
2 /* 
3  * (c) The University of Glasgow 2002
4  *
5  */
6
7 #define INLINE
8 #include "HsDirectory.h"
9
10 #endif /* !__NHC__ */
11