Move __stdcall/__cdecl to the right place.

diff --git a/include/netspi.h b/include/netspi.h
index 73c13d9..e2464c8 100644
--- a/include/netspi.h
+++ b/include/netspi.h
@@ -124,7 +124,7 @@
 
 } NOTIFYPERFORMANCEA, *LPNOTIFYPERFORMANCEA;
 
-typedef DWORD CALLBACK (*NOTIFYCALLBACK)(LPNOTIFYINFO,LPVOID);
+typedef DWORD (CALLBACK *NOTIFYCALLBACK)(LPNOTIFYINFO,LPVOID);
 
 DWORD  WINAPI NPSNotifyRegisterA(enum NOTIFYTYPE,NOTIFYCALLBACK);
 #define       NPSNotifyRegister WINELIB_NAME_AW(NPSNotifyRegister)