summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-04 14:43:15 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-04 14:55:30 +0300
commit6a0c6b4839843c0c2716df970013daf381bd7b99 (patch)
tree6191e26092603783f239a582d064f76fae071f8a
parenta34dbd394f512dec090ef1cf2e8158f8dfbd4a5f (diff)
WaE: name was marked as #pragma deprecated
-rw-r--r--setup_native/source/win32/customactions/rebase/rebase.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup_native/source/win32/customactions/rebase/rebase.cxx b/setup_native/source/win32/customactions/rebase/rebase.cxx
index ad3686c52b3d..641e397fb9d2 100644
--- a/setup_native/source/win32/customactions/rebase/rebase.cxx
+++ b/setup_native/source/win32/customactions/rebase/rebase.cxx
@@ -12,6 +12,7 @@
#include <msiquery.h>
#include <imagehlp.h>
#include <tchar.h>
+#define STRSAFE_NO_DEPRECATE
#include <strsafe.h>
#ifdef _MSC_VER
#pragma warning(pop)