1. 24 Dec, 2014 1 commit
    • Steve Holme's avatar
      build: Removed WIN64 definition from the libcurl Visual Studio projects · 0beccdf5
      Steve Holme authored
      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
      0beccdf5
  2. 23 Dec, 2014 1 commit
  3. 22 Dec, 2014 4 commits
  4. 21 Dec, 2014 7 commits
  5. 20 Dec, 2014 3 commits
  6. 19 Dec, 2014 4 commits
  7. 18 Dec, 2014 1 commit
  8. 17 Dec, 2014 1 commit
  9. 16 Dec, 2014 6 commits
  10. 15 Dec, 2014 4 commits
  11. 14 Dec, 2014 8 commits