Commit 43a98a6b authored by Rein Klazes's avatar Rein Klazes Committed by Alexandre Julliard

Added missing WINAPI attribute to two forward declarations.

parent 85e1f22e
......@@ -24,8 +24,8 @@ DEFAULT_DEBUG_CHANNEL(snoop)
char **debug_snoop_excludelist = NULL, **debug_snoop_includelist = NULL;
extern void SNOOP_Entry();
extern void SNOOP_Return();
extern void WINAPI SNOOP_Entry();
extern void WINAPI SNOOP_Return();
#ifdef __i386__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment