From 195cc9c6a647a98cf0f8c760867233dfa2479357 Mon Sep 17 00:00:00 2001 From: Andrea Weikert Date: Wed, 5 Jan 2011 14:00:14 +0000 Subject: ToDo: long outstanding patch to allow access to system paths in background mode Thanks Damien Plisson for contributing the Carbon and Cocoa implementation --- intern/ghost/GHOST_C-api.h | 1 - 1 file changed, 1 deletion(-) (limited to 'intern/ghost/GHOST_C-api.h') diff --git a/intern/ghost/GHOST_C-api.h b/intern/ghost/GHOST_C-api.h index 8bee4c5230e..5d531ae3f75 100644 --- a/intern/ghost/GHOST_C-api.h +++ b/intern/ghost/GHOST_C-api.h @@ -46,7 +46,6 @@ extern "C" { * In the API the pointer is casted to the actual C++ class. * @param name Name of the handle to create. */ -#define GHOST_DECLARE_HANDLE(name) typedef struct name##__ { int unused; } *name GHOST_DECLARE_HANDLE(GHOST_SystemHandle); GHOST_DECLARE_HANDLE(GHOST_TimerTaskHandle); -- cgit v1.2.3