• Francois Gouget's avatar
    - Define HIC in this header rather than in windef.h (this is the · a537bec4
    Francois Gouget authored
      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.
    a537bec4
windef.h 14.9 KB