More Windows backend cleanup.
This commit is contained in:
parent
c4499416d9
commit
d79acdf876
|
@ -37,8 +37,6 @@ enum {
|
||||||
};
|
};
|
||||||
|
|
||||||
#define HWND(c) ((HWND) uiControlHandle(uiControl(c)))
|
#define HWND(c) ((HWND) uiControlHandle(uiControl(c)))
|
||||||
// TODO get rid of this
|
|
||||||
#define uiControlHWND(c) HWND(c)
|
|
||||||
#define uiParentHWND(p) ((HWND) uiParentHandle(p))
|
#define uiParentHWND(p) ((HWND) uiParentHandle(p))
|
||||||
|
|
||||||
// debug_windows.c
|
// debug_windows.c
|
||||||
|
|
Loading…
Reference in New Issue