From ce43d0ae9279edbf1ad108fe0d8325327a038d49 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 16 Feb 2016 11:26:51 +0200 Subject: use consistent #define checks for the Windows platform stage 1 of replacing usage of various checks for the windows platform with the compiler-defined '_WIN32' macro Change-Id: Iece73abdee530937e0737190b1aa97a46cd3075f Reviewed-on: https://gerrit.libreoffice.org/22390 Tested-by: Jenkins Reviewed-by: Michael Stahl --- external/redland/raptor/raptor_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external/redland') diff --git a/external/redland/raptor/raptor_config.h b/external/redland/raptor/raptor_config.h index 22462ff55f38..62b2880d10f7 100644 --- a/external/redland/raptor/raptor_config.h +++ b/external/redland/raptor/raptor_config.h @@ -339,7 +339,7 @@ // from raptor_config_cmake.h.in //////////////////////////////////////////// -#ifdef WIN32 +#ifdef _WIN32 # define WIN32_LEAN_AND_MEAN # ifndef _CRT_NONSTDC_NO_DEPRECATE # define _CRT_NONSTDC_NO_DEPRECATE -- cgit v1.2.3