diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-14 14:42:18 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-04-15 15:26:31 +0200 |
commit | 9ad00439ae205d7e0eaa39a807daea8268a4ecd4 (patch) | |
tree | 9f1d2a0ab2747ddddefc9eedf4bada7061de4079 /sal/osl | |
parent | 099e517ead8501260e914e1374e85bc8491a81ac (diff) |
tune up debug level required for popping up dialogs from MSVCRTD
Change-Id: I3cfa050ecf5c3c2ec66b11519c30d48459a9cafe
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/w32/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/system.h b/sal/osl/w32/system.h index f3f36f774eb2..d74a587b853a 100644 --- a/sal/osl/w32/system.h +++ b/sal/osl/w32/system.h @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if OSL_DEBUG_LEVEL == 0 +#if OSL_DEBUG_LEVEL <= 3 # define NO_DEBUG_CRT #endif |