[fdo-internals] PATCH: Fix for ClientServices.h compiler error on x64

Greg Boone greg.boone at autodesk.com
Wed Apr 2 10:44:18 EDT 2008


The patch has been applied.

From: fdo-internals-bounces at lists.osgeo.org [mailto:fdo-internals-bounces at lists.osgeo.org] On Behalf Of Bill Kellner
Sent: Monday, March 31, 2008 10:26 AM
To: fdo-internals at lists.osgeo.org
Subject: [fdo-internals] PATCH: Fix for ClientServices.h compiler error on x64

This patch fixes the problem described by TRAC#287 "Modify ClientServices.h for 64 bit port on windows".

This file was always defining _X86_.

When building for x64 this file causes the compiler error C1189 : No Target Platform.

The first part of the fix is to not define _X86_ on x64.  The second part is to include windows.h for x64 before including winnt.h.

Bill

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/fdo-internals/attachments/20080402/966ac34b/attachment.html


More information about the fdo-internals mailing list