| commit | a537bec4d19c482be80ec96ba4e8ebe94a3dd482 | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@psn.net> | Sun Jun 11 20:07:08 2000 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sun Jun 11 20:07:08 2000 +0000 |
| tree | 9ff53b722d4f41a2c66433e80ae0f514fef50b14 | |
| parent | 091dc85b73f0b0eeac1ad4df5f39e447ef0ec16c [diff] |
- Define HIC in this header rather than in windef.h (this is the correct thing to do although it is unrelated to the C++ issues). - WINE_HIC is an internal structure and it won't compile in C++ because it contains a field called 'private'. Enclosed in a __WINE__ ifdef. - Reordered the CALLBACK and WINAPI directives so that it compiles with old g++ versions.