CVS: winex/include snoop.h,1.1.1.3,1.2

[email protected] 31 Jul 2007 18:01:41 -0000
Newsgroups gmane.comp.emulators.winex.cvs
Message-ID <[email protected]>
Subject: winex/include snoop.h,1.1.1.3,1.2Update of /var/lib/cvsd/cvsroot/winex/include
In directory agravaine:/tmp/cvs-serv25133/include

Modified Files:
	snoop.h 
Log Message:

- make snoop threadsafe so that it can be used reliably on the Mac


Index: snoop.h
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/include/snoop.h,v
retrieving revision 1.1.1.3
retrieving revision 1.2
diff -u -d -r1.1.1.3 -r1.2
--- snoop.h	25 Sep 2002 19:22:02 -0000	1.1.1.3
+++ snoop.h	31 Jul 2007 18:01:39 -0000	1.2
@@ -11,4 +11,5 @@
 extern void SNOOP16_RegisterDLL(NE_MODULE*,LPCSTR);
 extern FARPROC16 SNOOP16_GetProcAddress16(HMODULE16,DWORD,FARPROC16);
 extern int SNOOP_ShowDebugmsgSnoop(const char *dll,int ord,const char *fname);
+extern void SNOOP_ThreadExit ();
 #endif