This commit is contained in:
parent
4c17f84d4b
commit
d3bb57757c
2 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ char* MwUTF8ToACP(const char* input) {
|
|||
free(wout);
|
||||
return MwStringDuplicate(input);
|
||||
}
|
||||
wout[len] = 0
|
||||
wout[len] = 0;
|
||||
|
||||
len = WideCharToMultiByte(CP_ACP, 0, wout, len, mbout, mbbytes, 0, 0);
|
||||
if(len == 0) {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include <Mw/Milsko.h>
|
||||
|
||||
#define TitleHeight 20
|
||||
#define ButtonSize 18
|
||||
#define ButtonSize 14
|
||||
|
||||
static void resize(MwWidget handle){
|
||||
MwSubWindow sw = handle->internal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue