diff options
Diffstat (limited to 'plugins/Dropbox/src/stdafx.h')
-rw-r--r-- | plugins/Dropbox/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/stdafx.h b/plugins/Dropbox/src/stdafx.h index a575db9b9c..7e8420b896 100644 --- a/plugins/Dropbox/src/stdafx.h +++ b/plugins/Dropbox/src/stdafx.h @@ -2,7 +2,7 @@ #define _COMMON_H_
#include <windows.h>
-#include <Shlwapi.h>
+#include <shlwapi.h>
#include <malloc.h>
#include <time.h>
|