| 980:39cb60b6a81b | 981:1d47e71f26b6 |
|---|---|
| 176 | 176 |
| 177 | 177 |
| 178 #endif | 178 #endif |
| 179 | 179 |
| 180 | 180 |
| 181 #if !defined(UI_COCOA) && !defined(UI_MOTIF) && !defined(UI_WIN32) && !defined(UI_QT) && !defined(UI_TEST) | 181 #if !defined(UI_COCOA) && !defined(UI_MOTIF) && !defined(UI_WIN32) && !defined(UI_QT) && !defined(UI_TEST) && !defined(UI_SERVER) |
| 182 | 182 |
| 183 typedef struct { | 183 typedef struct { |
| 184 UiString *str1; | 184 UiString *str1; |
| 185 UiString *str2; | 185 UiString *str2; |
| 186 UiString *path; | 186 UiString *path; |
| 1286 return 0; | 1286 return 0; |
| 1287 } | 1287 } |
| 1288 | 1288 |
| 1289 #endif | 1289 #endif |
| 1290 | 1290 |
| 1291 #ifdef UI_SERVER | |
| 1292 | |
| 1293 void main(int argc, char **argv) { | |
| 1294 | |
| 1295 } | |
| 1296 | |
| 1297 | |
| 1298 #endif |