summaryrefslogtreecommitdiffstats
path: root/src/libs/7zip/unix/CPP/Windows/Shell.h
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2013-04-30 14:04:20 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2013-05-02 14:36:21 +0200
commit323c7f177ec76fa64dfe239806d0f5ba365c51c7 (patch)
treecdb69b2c55f39e4d3aa28053de7ac7d650170df3 /src/libs/7zip/unix/CPP/Windows/Shell.h
parentbf99b6d9d595fd229174645c8c22abc23da81f5a (diff)
Reset to only use the basic LZMA SDK (Unix).
Change-Id: Ic7607229197f74cdf88c46684b1413e00466185d Reviewed-by: Niels Weber <niels.weber@digia.com>
Diffstat (limited to 'src/libs/7zip/unix/CPP/Windows/Shell.h')
-rw-r--r--src/libs/7zip/unix/CPP/Windows/Shell.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/libs/7zip/unix/CPP/Windows/Shell.h b/src/libs/7zip/unix/CPP/Windows/Shell.h
deleted file mode 100644
index f116b772b..000000000
--- a/src/libs/7zip/unix/CPP/Windows/Shell.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// Windows/Shell.h
-
-#ifndef __WINDOWS_SHELL_H
-#define __WINDOWS_SHELL_H
-
-#include <windows.h>
-// #include <shlobj.h>
-
-#include "Common/MyString.h"
-#include "Windows/Defs.h"
-
-
-namespace NWindows{
-namespace NShell{
-
-bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath);
-
-}}
-
-
-#endif