515:9e18cb8c4412 | 516:4b31c74666d7 |
---|---|
35 #include <cx/utils.h> | 35 #include <cx/utils.h> |
36 | 36 |
37 #include "cx/string.h" | 37 #include "cx/string.h" |
38 #include "cx/list.h" | 38 #include "cx/list.h" |
39 | 39 |
40 #if !defined(UI_COCOA) && !defined(UI_MOTIF) && !defined(UI_WIN32) | 40 #if !defined(UI_COCOA) && !defined(UI_MOTIF) && !defined(UI_WIN32) && !defined(UI_QT) |
41 | 41 |
42 typedef struct { | 42 typedef struct { |
43 UiString *str1; | 43 UiString *str1; |
44 UiString *str2; | 44 UiString *str2; |
45 UiString *path; | 45 UiString *path; |
769 return (EXIT_SUCCESS); | 769 return (EXIT_SUCCESS); |
770 } | 770 } |
771 | 771 |
772 #endif | 772 #endif |
773 | 773 |
774 #ifdef UI_WIN32 | 774 #ifdef UI_QT |
775 | 775 |
776 int main(int argc, char **argv) { | 776 int main(int argc, char **argv) { |
777 return 0; | 777 return 0; |
778 } | 778 } |
779 | 779 |
780 #endif | 780 #endif |
781 | |
782 #ifdef UI_WIN32 | |
783 | |
784 int main(int argc, char **argv) { | |
785 return 0; | |
786 } | |
787 | |
788 #endif |