gwenhywfar  4.12.0beta
cocoa_gui.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : August 03 2010
3  copyright : (C) 2010 by Samuel Strupp
4 
5  ***************************************************************************
6  * Please see toplevel file COPYING for license details *
7  ***************************************************************************/
8 
9 
10 
11 #ifndef COCOA_GUI_H
12 #define COCOA_GUI_H
13 
14 
15 
16 #if defined __GNUC__ && (! defined (__sun)) && (__GNUC__ >= 4 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3))
17 # ifdef BUILDING_COCOA_GUI
18 # define COCOAGUI_API __attribute__ ((visibility("default")))
19 # else
20 # define COCOAGUI_API
21 # endif
22 #else
23 # define COCOAGUI_API
24 #endif
25 
26 
27 #include <gwenhywfar/gui.h>
28 #include <gwenhywfar/gui_be.h>
29 
30 
31 #ifdef __cplusplus
32 extern "C" {
33 #endif
34 
35 
37 
38 
39 #ifdef __cplusplus
40 }
41 #endif
42 
43 
44 
45 #endif
46