ui/ui/toolkit.h

changeset 66
8d490d97aab8
parent 64
6ef2c7f73a30
child 78
135920fe441b
equal deleted inserted replaced
65:4697592e24ba 66:8d490d97aab8
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 #endif
62
63 #ifndef TRUE
64 #define TRUE 1
65 #endif
66 #ifndef FALSE
67 #define FALSE 0
61 #endif 68 #endif
62 69
63 #ifdef __cplusplus 70 #ifdef __cplusplus
64 extern "C" { 71 extern "C" {
65 #endif 72 #endif

mercurial