summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2020-09-03 19:44:33 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2020-09-03 19:44:33 +0000
commit6d3091f16629fba3d77dfe5a40d630f21e366a9b (patch)
tree8e3dde0d6dae021f30d993fc714724f94fabe227 /README.cmake
parent61ea107da054d59c0938471ff6a0f571c70f2c2e (diff)
downloadapr-6d3091f16629fba3d77dfe5a40d630f21e366a9b.tar.gz
Clean up _WIN32_WINNT
- Fix _WIN32_WINNT for Windows.h to provide all type declarations, function prototypes and others from Windows 10 / Windows Server 2019. NOTE: This has nothing whatsoever to do with which functions APR chooses to use, chooses to load a runtime (apr_arch_misc.h) or which minimum version of Windows APR will require. - New in Windows 10/Server 2019 are case sensitive directory trees. The patch normalizes the case of the relevant Windows header file names in #include statements to the files shipping in the SDK's. - drops inaccurately mapped CMake flag MIN_WINDOWS_VER from apr 2.0 branch, which never not a feature toggle to APR itself. - drops winsock.h entirely. WINDOWS_WCE is ended entirely 2 years ago, and a later commit to trunk should remove WCE toggles throught the sources. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1881421 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.cmake b/README.cmake
index 380f97bce..e5fb446e6 100644
--- a/README.cmake
+++ b/README.cmake
@@ -95,15 +95,6 @@ How to build
static and dynamic libraries, separate builds
will be required, one with TEST_STATIC_LIBS
set to ON.
- MIN_WINDOWS_VER Minimum Windows version supported by this build
- (This controls the setting of _WIN32_WINNT.)
- "Vista" or "Windows7" or a numeric value like
- "0x0601"
- Default: "Vista"
- For desktop/server equivalence or other values,
- refer to
- http://msdn.microsoft.com/en-us/library/windows/
- desktop/aa383745(v=vs.85).aspx
INSTALL_PDB Install .pdb files if generated.
Default: ON