Kaydet (Commit) 445d350c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Try to fix build against 10.4 SDK

Change-Id: I433512dbd533fe6c84e94059f378c4a7a6e8671d
üst eafaec95
......@@ -57,6 +57,12 @@ enum {
NSWindowCollectionBehaviorFullScreenAuxiliary = (1 << 8)
};
#if !defined(MAC_OS_X_VERSION_10_5)
typedef unsigned int NSWindowCollectionBehavior;
#endif
#endif
using namespace std;
......
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