Some fixups.
This commit is contained in:
parent
16aaeb5c26
commit
19b5ebd14d
|
@ -115,9 +115,9 @@ _UI_EXTERN void uiWindowsControlAssignControlIDZOrder(uiWindowsControl *, LONG_P
|
||||||
/* do nothing; default has no children */ \
|
/* do nothing; default has no children */ \
|
||||||
}
|
}
|
||||||
#define uiWindowsDefaultAssignControlIDZorder(type) \
|
#define uiWindowsDefaultAssignControlIDZorder(type) \
|
||||||
static void type ## AssignControlIDZOrder)(uiWindowsControl *c, LONG_PTR *cID, HWND *zorder) \
|
static void type ## AssignControlIDZOrder)(uiWindowsControl *c, LONG_PTR *controlID, HWND *insertAfter) \
|
||||||
{ \
|
{ \
|
||||||
uiWindowsEnsureAssignControlIDZOrder(c, cID, zorder); \
|
uiWindowsEnsureAssignControlIDZOrder(c, controlID, insertAfter); \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define uiWindowsControlAllDefaultsExceptDestroy(type) \
|
#define uiWindowsControlAllDefaultsExceptDestroy(type) \
|
||||||
|
|
Loading…
Reference in New Issue