- Define HIC in this header rather than in windef.h (this is the
commita537bec4d19c482be80ec96ba4e8ebe94a3dd482
authorFrancois Gouget <fgouget@psn.net>
Sun, 11 Jun 2000 20:07:08 +0000 (11 20:07 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 11 Jun 2000 20:07:08 +0000 (11 20:07 +0000)
tree9ff53b722d4f41a2c66433e80ae0f514fef50b14
parent091dc85b73f0b0eeac1ad4df5f39e447ef0ec16c
- 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.
include/vfw.h
include/windef.h