1 #ifndef __WIN32_LIB_DEBUG_H
2 /* prefix WIN32_LIB to give it a better chance of being unique */
3 #define __WIN32_LIB_DEBUG_H
4 
5 #if  defined(TARGET_GHC) && defined(WIN32_LIB_DEBUG)
6 extern char* __current_fun__;
7 #endif
8 
9 #endif /* __WIN32_LIB_DEBUG_H */
10