Replace i64 by ll. git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@2357 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/http.h b/mingw-w64-headers/include/http.h index 4bd8ed5..2a10baa 100644 --- a/mingw-w64-headers/include/http.h +++ b/mingw-w64-headers/include/http.h
@@ -30,7 +30,7 @@ typedef HTTP_OPAQUE_ID HTTP_CONNECTION_ID,*PHTTP_CONNECTION_ID; typedef HTTP_OPAQUE_ID HTTP_RAW_CONNECTION_ID,*PHTTP_RAW_CONNECTION_ID; -#define HTTP_NULL_ID (0ui64) +#define HTTP_NULL_ID (0ull) #define HTTP_IS_NULL_ID(pid) (HTTP_NULL_ID==*(pid)) #define HTTP_SET_NULL_ID(pid) (*(pid) = HTTP_NULL_ID)