diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2009-03-13 15:52:34 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2009-03-13 15:52:34 +0000 |
commit | cbedb240486a21c5d5676e7a7f4e2ba17a55dbab (patch) | |
tree | ec2690bb5e5d18df0a9493c54cfac64f9e5ab494 /sal/inc/internal | |
parent | 32a3f76b3695cbf54fecc77730395bbace21c8bc (diff) |
CWS-TOOLING: integrate CWS mhu17
2009-01-23 14:08:09 +0100 mhu r266816 : CWS-TOOLING: rebase CWS mhu17 to trunk@266428 (milestone: DEV300:m39)
2009-01-16 17:49:37 +0100 mhu r266442 : #i98151# Migration to subversion.
2009-01-16 17:48:53 +0100 mhu r266441 : #i98151# Migration to subversion.
2009-01-16 17:47:56 +0100 mhu r266440 : #i98151# Migration to subversion.
Diffstat (limited to 'sal/inc/internal')
-rw-r--r-- | sal/inc/internal/once.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/inc/internal/once.h b/sal/inc/internal/once.h index 08a0a254e7bc..c0595ef2a135 100644 --- a/sal/inc/internal/once.h +++ b/sal/inc/internal/once.h @@ -47,7 +47,9 @@ typedef pthread_once_t sal_once_type; #elif defined(SAL_W32) #define WIN32_LEAN_AND_MEAN +#pragma warning(push,1) /* disable warnings within system headers */ #include <windows.h> +#pragma warning(pop) typedef struct sal_once_st sal_once_type; struct sal_once_st |