commit | f94462fb75f98079b451f23a4120073b3a7947b8 | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Thu Jan 31 23:22:07 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jan 31 23:22:07 2002 +0000 |
tree | 2e50959797160be8ecac7d479455ac2eb7063e4f | |
parent | d4c0ff155ee9fbe101e08f7f7f2893d9d9326151 [diff] [blame] |
Move __stdcall/__cdecl to the right place.
diff --git a/include/ws2spi.h b/include/ws2spi.h index 7178cf6..0477011 100644 --- a/include/ws2spi.h +++ b/include/ws2spi.h
@@ -13,7 +13,7 @@ extern "C" { #endif /* defined(__cplusplus) */ -typedef BOOL WINAPI (*LPWPUPOSTMESSAGE)(HWND,UINT,WPARAM,LPARAM); +typedef BOOL (WINAPI *LPWPUPOSTMESSAGE)(HWND,UINT,WPARAM,LPARAM); #ifdef __cplusplus } /* extern "C" */