Work around problems on Solaris if config.h is not included.
[wine] / include / snoop.h
1 /* 
2  * Definitions for inter-dll snooping
3  */
4 #ifndef __WINE_SNOOP_H
5 #define __WINE_SNOOP_H
6
7 #include "module.h"
8
9 extern void SNOOP_RegisterDLL(HMODULE,LPCSTR,DWORD);
10 extern FARPROC SNOOP_GetProcAddress(HMODULE,LPCSTR,DWORD,FARPROC);
11 extern void SNOOP16_RegisterDLL(NE_MODULE*,LPCSTR);
12 extern FARPROC16 SNOOP16_GetProcAddress16(HMODULE16,DWORD,FARPROC16);
13 extern int SNOOP_ShowDebugmsgSnoop(const char *dll,int ord,const char *fname);
14 #endif