]> granicus.if.org Git - curl/commit
build: Removed WIN64 definition from the libcurl Visual Studio projects
authorSteve Holme <steve_holme@hotmail.com>
Wed, 24 Dec 2014 14:32:24 +0000 (14:32 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 24 Dec 2014 14:33:18 +0000 (14:33 +0000)
commit0beccdf58048900d9a7f675da65414d1ce43952e
tree9951036aa7de25e671f9c57728cb99c766ddad57
parenta4d91585094d49fe18ce9d7839cde50aa17a2bb3
build: Removed WIN64 definition from the libcurl Visual Studio projects

Removed the WIN64 pre-processor definition from the libcurl project
files as:

* WIN64 is not used in our source code
* The curl projects files don't define it
* It isn't required by or used in the platform SDK
* For backwards compatability curl_setup.h defines WIN32
* The compiler automatically defines _WIN64 for x64 builds

Historically Visual Studio projects have defined WIN32, in addition to
the compiler defined _WIN32 definition, and I had incorrectly changed
that to WIN64 for the x64 libcurl builds but not in the curl projects.

As such, it is questionable whether this should be defined or not. For
more information see the following cache of a discussion that took
place on the microsoft.public.vc.mfc newsgroup:

http://www.tech-archive.net/Archive/VC/microsoft.public.vc.mfc/2008-06/msg00074.html
projects/Windows/VC10/lib/libcurl.tmpl
projects/Windows/VC11/lib/libcurl.tmpl
projects/Windows/VC12/lib/libcurl.tmpl
projects/Windows/VC8/lib/libcurl.tmpl
projects/Windows/VC9/lib/libcurl.tmpl