/* Cydia - iPhone UIKit Front-End for Debian APT
- * Copyright (C) 2008-2013 Jay Freeman (saurik)
+ * Copyright (C) 2008-2015 Jay Freeman (saurik)
*/
/* GNU General Public License, Version 3 {{{ */
#ifndef Menes_ObjectHandle_H
#define Menes_ObjectHandle_H
-#include "CyteKit/UCPlatform.h"
-
#include <CoreFoundation/CoreFoundation.h>
#include <Foundation/Foundation.h>
wproperty_(Class, field, Field) \
@end
+// XXX: I hate clang. Apple: please get over your petty hatred of GPL and fix your gcc fork
+#define synchronized(lock) \
+ synchronized(static_cast<NSObject *>(lock))
+
#endif//Menes_ObjectHandle_H