comparison: ui/common/properties.c
ui/common/properties.c
- changeset 588
- 59ea5791be5e
- parent 513
- a4e0ef98a8b4
- child 674
- 51670b0bc625
equal
deleted
inserted
replaced
| 30 #include <stdlib.h> |
30 #include <stdlib.h> |
| 31 #include <string.h> |
31 #include <string.h> |
| 32 #include <sys/stat.h> |
32 #include <sys/stat.h> |
| 33 #include <errno.h> |
33 #include <errno.h> |
| 34 |
34 |
| |
35 #ifdef _WIN32 |
| |
36 #include <direct.h> |
| |
37 #endif |
| |
38 |
| 35 #include "../ui/toolkit.h" |
39 #include "../ui/toolkit.h" |
| 36 |
40 |
| 37 |
41 |
| 38 #include "properties.h" |
42 #include "properties.h" |
| 39 #include <cx/string.h> |
43 #include <cx/string.h> |