diff options
Diffstat (limited to 'src/core/stdfile/commonheaders.h')
-rw-r--r-- | src/core/stdfile/commonheaders.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/stdfile/commonheaders.h b/src/core/stdfile/commonheaders.h index 514d5bf97a..70a1378387 100644 --- a/src/core/stdfile/commonheaders.h +++ b/src/core/stdfile/commonheaders.h @@ -28,9 +28,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <tchar.h>
#include <winsock2.h>
#include <shlobj.h>
-#include <uxtheme.h>
#include <commctrl.h>
#include <vssym32.h>
+#include <Shlwapi.h>
#include <stdio.h>
#include <time.h>
@@ -83,6 +83,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. extern HINSTANCE hInst;
extern ITaskbarList3 * pTaskbarInterface;
-
-typedef HRESULT (STDAPICALLTYPE *pfnSHAutoComplete)(HWND, DWORD);
-extern pfnSHAutoComplete shAutoComplete;
|