Kaydet (Commit) 6531960a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Blind Windows-only fix

Change-Id: I66c2c0262d3b1255ec90c1e4ac6c992c91b4a821
üst b30b0010
......@@ -40,11 +40,18 @@
#include <comphelper/processfactory.hxx>
#include <osl/mutex.hxx>
#include <osl/diagnose.h>
#include <sal/types.h>
#include <string.h>
#define EXT_STREAM_LENGTH 16
namespace {
const sal_Int32 nConstBufferSize = 32000;
}
using namespace ::com::sun::star;
extern ::rtl::OUString getStorageTypeFromGUID_Impl( GUID* guid );
......
......@@ -26,16 +26,10 @@
#include <comphelper/classids.hxx>
#endif
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
#endif
#if defined __MINGW32__
#pragma GCC diagnostic warning "-Wmissing-braces"
#endif
const sal_Int32 nConstBufferSize = 32000;
#define SUPPORTED_FACTORIES_NUM 10
#if defined(__MINGW32__) && !defined(INITGUID)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment