ui/ui/toolkit.h

changeset 78
135920fe441b
parent 66
8d490d97aab8
child 90
2019fdbaadfd
equal deleted inserted replaced
77:bc0ed99e49c7 78:135920fe441b
56 #define UIWIDGET QWidget* 56 #define UIWIDGET QWidget*
57 #else /* __cplusplus */ 57 #else /* __cplusplus */
58 #define UIWIDGET void* 58 #define UIWIDGET void*
59 #endif 59 #endif
60 60
61 #elif UI_WPF
62 #define UIWIDGET void*
61 #endif 63 #endif
62 64
63 #ifndef TRUE 65 #ifndef TRUE
64 #define TRUE 1 66 #define TRUE 1
65 #endif 67 #endif

mercurial