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/ddeml.h b/include/ddeml.h index 7c4a77c..c495583 100644 --- a/include/ddeml.h +++ b/include/ddeml.h
@@ -265,7 +265,7 @@ *******************************************************/ -typedef HDDEDATA CALLBACK (*PFNCALLBACK)(UINT, UINT, HCONV, HSZ, HSZ, +typedef HDDEDATA (CALLBACK *PFNCALLBACK)(UINT, UINT, HCONV, HSZ, HSZ, HDDEDATA, DWORD, DWORD); /***************************************************