diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-02 11:10:55 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-02 11:10:55 +0300 |
commit | 7cdab67854ee2e459353db957ad0907cf72be212 (patch) | |
tree | 925d5078b7aede11b1ed9baca21ada351d88aa3a /sal | |
parent | ca5a4839a6a757f79e64455785979658b40074b7 (diff) |
And then fix MSVC compilation
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/osl/security/osl_Security.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/qa/osl/security/osl_Security.cxx b/sal/qa/osl/security/osl_Security.cxx index ca7bdb318d28..6ec52747cb50 100644 --- a/sal/qa/osl/security/osl_Security.cxx +++ b/sal/qa/osl/security/osl_Security.cxx @@ -34,6 +34,7 @@ //------------------------------------------------------------------------ #ifdef WNT #include <windows.h> +#undef min #endif #include <osl_Security_Const.h> #include <osl/thread.h> |