diff options
Diffstat (limited to 'wintable/test.c')
| -rw-r--r-- | wintable/test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wintable/test.c b/wintable/test.c index 6d38bd1..d3f75ab 100644 --- a/wintable/test.c +++ b/wintable/test.c @@ -117,7 +117,8 @@ int main(int argc, char *argv[]) INITCOMMONCONTROLSEX icc; WNDCLASSW wc; - mkbitmap(); + if (argc != 1) + msgfont = TRUE; ZeroMemory(&icc, sizeof (INITCOMMONCONTROLSEX)); icc.dwSize = sizeof (INITCOMMONCONTROLSEX); icc.dwICC = ICC_LISTVIEW_CLASSES; |
