.Ole: added #define to cover up clashing Font declarations

git-svn-id: svn://ultimatepp.org/upp/trunk@3260 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
rylek 2011-03-04 08:12:50 +00:00
parent d98281303c
commit 1762408ff0

View file

@ -7,6 +7,7 @@
#define Ptr Ptr_
#define StdFont StdFont_
#define Font Font_
#define Picture Picture_
#define byte win32_byte_ // RpcNdr defines byte -> class with Upp::byte
#define CY win32_CY_
@ -14,6 +15,7 @@
#include <comip.h>
#undef Ptr
#undef StdFont
#undef Font
#undef Picture
#undef byte
#undef CY