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" */