* CMakeLists.txt: Fix typo to make the 64-bit build work on Windows.

git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1834597 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f92b206..a971169 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -246,7 +246,7 @@
     "/D_CRT_NONSTDC_NO_WARNINGS"
   )
   if(SERF_WIN64)
-    add_definitions("WIN64")
+    add_definitions("/DWIN64")
   endif()
 
   set(CMAKE_IMPORT_LIBRARY_PREFIX "lib")