commit | ae41e8c804dceff39fab98914a65d4c1cf354d47 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@psn.net> | Sun Jun 11 20:07:58 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Jun 11 20:07:58 2000 +0000 |
tree | 22568e0785ae686fc710b5aef1b293f877ad1860 | |
parent | a537bec4d19c482be80ec96ba4e8ebe94a3dd482 [diff] [blame] |
Reordered the CALLBACK and WINAPI directives so that it compiles with old g++ versions.
diff --git a/include/task.h b/include/task.h index eeb6939..dcc63be 100644 --- a/include/task.h +++ b/include/task.h
@@ -54,7 +54,7 @@ struct _NE_MODULE; /* signal proc typedef */ -typedef void (CALLBACK *USERSIGNALPROC)(HANDLE16, UINT16, UINT16, +typedef void CALLBACK (*USERSIGNALPROC)(HANDLE16, UINT16, UINT16, HINSTANCE16, HQUEUE16); /* Task database. See 'Windows Internals' p. 226.