blob: a46a474d087849dc63cc3f9b03820f1423506999 (
plain)
1
2
3
4
5
6
7
|
o Code simplification and refactoring:
- Define WINVER and _WIN32_WINNT centrally, in orconfig.h, in order
to ensure they remain consistent and visible everywhere.
- Remove some vestigial workarounds for the MSVC6 compiler. We haven't
supported that in ages.
|