diff options
Diffstat (limited to 'uirdesktop/types.h')
-rw-r--r-- | uirdesktop/types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uirdesktop/types.h b/uirdesktop/types.h index 2dc230dc..f8b62821 100644 --- a/uirdesktop/types.h +++ b/uirdesktop/types.h @@ -251,7 +251,7 @@ NOTIFY; #ifndef PATH_MAX #define PATH_MAX 256 #endif -
+ #ifndef _WIN32 typedef struct fileinfo { @@ -264,7 +264,7 @@ typedef struct fileinfo NOTIFY notify; uint32 info_class; } -FILEINFO;
+FILEINFO; #endif typedef BOOL(*str_handle_lines_t) (const char *line, void *data); |