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/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)