76 #else /* __cplusplus */ |
76 #else /* __cplusplus */ |
77 #define UIWIDGET void* |
77 #define UIWIDGET void* |
78 #define UIMENU void* |
78 #define UIMENU void* |
79 #endif |
79 #endif |
80 |
80 |
|
81 |
|
82 #elif UI_WIN32 |
|
83 |
|
84 #include <Windows.h> |
|
85 |
|
86 #define UIEXPORT __declspec(dllexport) |
|
87 |
|
88 #define UIWIDGET void* |
|
89 #define UIWINDOW void* |
|
90 #define UIMENU void* |
|
91 |
81 #elif UI_WINUI |
92 #elif UI_WINUI |
82 |
93 |
83 #define UIEXPORT __declspec(dllexport) |
94 #define UIEXPORT __declspec(dllexport) |
84 |
95 |
85 #ifdef __cplusplus |
96 #ifdef __cplusplus |