Kaydet (Commit) 1526e6fd authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

NSAppKitVersionNumber10_7 is not surprisingly not defined in 10.6 SDK

Change-Id: I68cba736de084a19d1dc92a3ccdd66b653f975c6
üst 0b468e9f
......@@ -31,6 +31,10 @@
#include <Carbon/Carbon.h>
#include "postmac.h"
#ifndef NSAppKitVersionNumber10_7
#define NSAppKitVersionNumber10_7 1138
#endif
class AquaBlinker : public Timer
{
AquaSalFrame* mpFrame;
......
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