summaryrefslogtreecommitdiff
path: root/bin/update_pch
diff options
context:
space:
mode:
Diffstat (limited to 'bin/update_pch')
-rwxr-xr-xbin/update_pch10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/update_pch b/bin/update_pch
index ae275cc83cf9..6522cd169394 100755
--- a/bin/update_pch
+++ b/bin/update_pch
@@ -755,16 +755,6 @@ def generate(includes, libname, filename, module):
"""
f.write(sal_define)
- # svx needs this (sendreportw32.cxx)
- if module == 'svx' and libname == 'svx':
- svx_define = """
-#ifdef _WIN32
-# define UNICODE
-# define _UNICODE
-#endif
-"""
- f.write(svx_define)
-
# Dump the headers.
f.write('\n')
for i in includes: