summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/src/FileViewer.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-08-13 21:26:28 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-08-13 21:26:28 +0300
commitf17466bd1efebfb4c1f9031b11bc40fcf51ef53a (patch)
treee1f57057a9d1f4c21d2d467c75f2c0ebc644a571 /plugins/Msg_Export/src/FileViewer.h
parenta3f483f04556eed243bd03138e5ae336a04cb6c8 (diff)
Msg_Export:
- bCreatePathToFile replaced with CreateDirectoryTreeW() call; - g_bUseIntViewer exported from FileViewer.cpp; - more code cleaning
Diffstat (limited to 'plugins/Msg_Export/src/FileViewer.h')
-rwxr-xr-xplugins/Msg_Export/src/FileViewer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Msg_Export/src/FileViewer.h b/plugins/Msg_Export/src/FileViewer.h
index 4e238bdf54..400938080e 100755
--- a/plugins/Msg_Export/src/FileViewer.h
+++ b/plugins/Msg_Export/src/FileViewer.h
@@ -25,7 +25,8 @@ bool bOpenExternaly(MCONTACT hContact);
bool bShowFileViewer(MCONTACT hContact);
bool bUseInternalViewer(bool bNew);
-bool bUseInternalViewer();
+
+extern bool g_bUseIntViewer;
extern wstring sFileViewerPrg;