diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-12-24 14:32:24 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-12-24 14:33:18 +0000 |
commit | 0beccdf58048900d9a7f675da65414d1ce43952e (patch) | |
tree | 9951036aa7de25e671f9c57728cb99c766ddad57 /projects/Windows/VC8/src/curlsrc.tmpl | |
parent | a4d91585094d49fe18ce9d7839cde50aa17a2bb3 (diff) |
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
Diffstat (limited to 'projects/Windows/VC8/src/curlsrc.tmpl')
0 files changed, 0 insertions, 0 deletions