summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 09:50:22 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 09:50:22 +0000
commit545e9a6e8d7127c5eeb1791f25b5ec9b54057406 (patch)
treeef12e24116ccfb1a4f463fdf5029ef51ca325e05 /setup_native
parent69b390099b7426bb0d129560b52b862d1a80b810 (diff)
INTEGRATION: CWS obo12 (1.5.8); FILE MERGED
2007/05/10 13:18:08 obo 1.5.8.2: #i76713# _WIN32_WINDOWS = 0x0410 for Win98 2007/05/10 10:36:55 obo 1.5.8.1: #i76713# #error YES removed (Vista PSDK)
Diffstat (limited to 'setup_native')
-rwxr-xr-xsetup_native/source/win32/customactions/shellextensions/postuninstall.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/setup_native/source/win32/customactions/shellextensions/postuninstall.cxx b/setup_native/source/win32/customactions/shellextensions/postuninstall.cxx
index d7fb736558c2..2da81a82a49f 100755
--- a/setup_native/source/win32/customactions/shellextensions/postuninstall.cxx
+++ b/setup_native/source/win32/customactions/shellextensions/postuninstall.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: postuninstall.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2007-03-26 14:11:41 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 10:50:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,7 @@
*
************************************************************************/
+#define _WIN32_WINDOWS 0x0410
#pragma warning(push, 1) /* disable warnings within system headers */
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
@@ -50,10 +51,6 @@
#include <tchar.h>
#include <string>
-#if defined(_WIN32_WINNT) && !defined(__MINGW32__)
-#error YES
-#endif
-
#include <io.h>
static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty )