Skip to content
Snippets Groups Projects
Commit 43a98a6b authored by Rein Klazes's avatar Rein Klazes Committed by Alexandre Julliard
Browse files

Added missing WINAPI attribute to two forward declarations.

parent 85e1f22e
No related branches found
No related tags found
No related merge requests found
......@@ -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__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment