INTEGRATION: CWS mingwport06 (1.6.18); FILE MERGED

2007/08/24 13:12:57 vg 1.6.18.1: #i75499# pragma is for MSVC
This commit is contained in:
Kurt Zenker 2007-09-06 12:30:08 +00:00
parent c56ec7d0e5
commit 62887fa98e

View file

@ -19,7 +19,9 @@
#endif
#include <assert.h>
#ifdef _MSC_VER
#pragma warning(disable: 4350 4482)
#endif
const int MSWORD = 0x1;
const int MSEXCEL = 0x2;