aboutsummaryrefslogtreecommitdiff
path: root/src/upload.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/upload.c')
-rw-r--r--src/upload.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/upload.c b/src/upload.c
index 80d8c3a9..0fc9655c 100644
--- a/src/upload.c
+++ b/src/upload.c
@@ -31,6 +31,7 @@
31#include <extractor.h> 31#include <extractor.h>
32 32
33#ifdef MINGW 33#ifdef MINGW
34 #include <shlobj.h>
34 #ifndef BIF_NONEWFOLDERBUTTON 35 #ifndef BIF_NONEWFOLDERBUTTON
35 #define BIF_NONEWFOLDERBUTTON 0x200 36 #define BIF_NONEWFOLDERBUTTON 0x200
36 #endif 37 #endif