Kaydet (Commit) 93f9f1bf authored tarafından Michael Stahl's avatar Michael Stahl

sfx2: remove obsolete redefinitions of Win32 UINT64 etc. types

Change-Id: I6b7acb44c16bcf4d3f8bcc338cb785fb7262eae6
üst 1bfbb580
...@@ -23,11 +23,6 @@ ...@@ -23,11 +23,6 @@
#undef WB_LEFT #undef WB_LEFT
#undef WB_RIGHT #undef WB_RIGHT
#define UINT64 USE_WIN_UINT64
#define INT64 USE_WIN_INT64
#define UINT32 USE_WIN_UINT32
#define INT32 USE_WIN_INT32
#include <tools/presys.h> #include <tools/presys.h>
#if defined _MSC_VER #if defined _MSC_VER
#pragma warning(push, 1) #pragma warning(push, 1)
...@@ -38,11 +33,6 @@ ...@@ -38,11 +33,6 @@
#endif #endif
#include <tools/postsys.h> #include <tools/postsys.h>
#undef UINT64
#undef INT64
#undef UINT32
#undef INT32
#endif #endif
#include <com/sun/star/uno/Exception.hpp> #include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/datatransfer/XTransferable.hpp> #include <com/sun/star/datatransfer/XTransferable.hpp>
......
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