Kaydet (Commit) 487a8640 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

Hopefully this will fix mac build.

üst 7255e418
...@@ -33,8 +33,10 @@ ...@@ -33,8 +33,10 @@
#include <list> #include <list>
#include <map> #include <map>
#include <algorithm> #include <algorithm>
#include "premac.h"
#include <Carbon/Carbon.h> #include <Carbon/Carbon.h>
#include <Security/cssmconfig.h> #include <Security/cssmconfig.h>
#include "postmac.h"
#undef uint32 #undef uint32
#define XP_MAC #define XP_MAC
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#ifdef _MSC_VER #ifdef _MSC_VER
#pragma warning(push, 1) /* disable warnings within system headers */ #pragma warning(push, 1) /* disable warnings within system headers */
#endif #endif
#include <curl/curl.h>
#ifdef _MSC_VER #ifdef _MSC_VER
#pragma warning(pop) #pragma warning(pop)
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment