More fixes.
This commit is contained in:
parent
d3f18ccae6
commit
75b7e66d9e
|
@ -102,7 +102,6 @@ static void checkboxSetChecked(uiCheckbox *cc, int checked)
|
||||||
uiCheckbox *uiNewCheckbox(const char *text)
|
uiCheckbox *uiNewCheckbox(const char *text)
|
||||||
{
|
{
|
||||||
struct checkbox *c;
|
struct checkbox *c;
|
||||||
uiWindowsMakeControlParams p;
|
|
||||||
WCHAR *wtext;
|
WCHAR *wtext;
|
||||||
|
|
||||||
c = (struct checkbox *) uiWindowsNewSingleHWNDControl(uiTypeCheckbox());
|
c = (struct checkbox *) uiWindowsNewSingleHWNDControl(uiTypeCheckbox());
|
||||||
|
|
|
@ -45,7 +45,6 @@ static void comboboxAppend(uiCombobox *cc, const char *text)
|
||||||
static uiCombobox *finishNewCombobox(DWORD style)
|
static uiCombobox *finishNewCombobox(DWORD style)
|
||||||
{
|
{
|
||||||
struct combobox *c;
|
struct combobox *c;
|
||||||
uiWindowsMakeControlParams p;
|
|
||||||
|
|
||||||
c = (struct combobox *) uiWindowsNewSingleHWNDControl(uiTypeCombobox());
|
c = (struct combobox *) uiWindowsNewSingleHWNDControl(uiTypeCombobox());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue