Kaydet (Commit) 996a9935 authored tarafından Michael Stahl's avatar Michael Stahl

winaccessibility: CHILDID_SELF already defined by some windows header

... so no need to define it ourselves, much less 3 times.

Change-Id: I92c05849452fa2516ec09bc5789617df3b743f8d
üst 3af0afba
......@@ -28,7 +28,6 @@ enum DIRECTION
AFTER_CHILD=2
};
#define CHILDID_SELF 0
#define UNO_MSAA_UNMAPPING 0x00000000
......
......@@ -35,7 +35,6 @@
#include <rtl/ustring.hxx>
#endif
#define CHILDID_SELF 0
#define OBJID_WINDOW ((LONG)0x00000000)
#define OBJID_SYSMENU ((LONG)0xFFFFFFFF)
#define OBJID_TITLEBAR ((LONG)0xFFFFFFFE)
......
......@@ -46,8 +46,6 @@
#include "unomsaaevent.hxx"
#include "checkmt.hxx"
#define CHILDID_SELF 0
using namespace std;
using namespace com::sun::star::accessibility;
......
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