summaryrefslogtreecommitdiff
path: root/shell/inc/config.hxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-09-20 20:20:44 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-09-22 20:53:30 +0200
commiteef4c133e9649ebd690918bd7b83c2d5dc0dfcff (patch)
tree1a8d084c5b16056a15258770a05b9cd2d53a40bc /shell/inc/config.hxx
parentbb406680cebd6fa1e1bdb9e2de430cd9a1f44da0 (diff)
Windows: avoid dependence on UNICODE define; prefer W functions
Change-Id: I95b90128e93f0d88ed73601bcc5a7ca9279d4cf1 Reviewed-on: https://gerrit.libreoffice.org/42560 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'shell/inc/config.hxx')
-rw-r--r--shell/inc/config.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/inc/config.hxx b/shell/inc/config.hxx
index eda0cfb06f9f..a888745ba5cd 100644
--- a/shell/inc/config.hxx
+++ b/shell/inc/config.hxx
@@ -24,8 +24,6 @@
#pragma warning (disable : 4786 4503 4917)
#endif
-#include <tchar.h>
-
#ifdef _AMD64_
#define MODULE_NAME L"shlxthdl_x64.dll"
#else