Author: markt
Date: Fri Nov  3 13:47:26 2017
New Revision: 1814187

URL: http://svn.apache.org/viewvc?rev=1814187&view=rev
Log:
Platform version clean-up. Remove unused code.

Modified:
    commons/proper/daemon/trunk/src/native/windows/src/private.h

Modified: commons/proper/daemon/trunk/src/native/windows/src/private.h
URL: 
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/windows/src/private.h?rev=1814187&r1=1814186&r2=1814187&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/windows/src/private.h (original)
+++ commons/proper/daemon/trunk/src/native/windows/src/private.h Fri Nov  3 
13:47:26 2017
@@ -232,8 +232,6 @@ struct stAPXHANDLE {
 
 extern APX_OSLEVEL  _st_apx_oslevel;
 
-#define APX_GET_OSLEVEL()   ((_st_apx_oslevel == APX_WINVER_UNK) ? 
apxGetOsLevel() : _st_apx_oslevel)
-
 /* zero separated, double zero terminated string */
 struct APXMULTISZ {
     DWORD   dwAllocated;  /* length including terminators */


Reply via email to