comparison dwtest.c @ 1615:38da4aa23b7c

Fix for Visual C giving errors on UTF-8 literals in source files. Temporarily adding some UTF-8 strings in the test program to test cross platforms.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 26 Mar 2012 22:20:55 +0000
parents fd3b7784ab53
children 9dbd2984c1e5
comparison
equal deleted inserted replaced
1614:702de58e9ef8 1615:38da4aa23b7c
1627 1627
1628 /* Initialize the Dynamic Windows engine */ 1628 /* Initialize the Dynamic Windows engine */
1629 dw_init(TRUE, argc, argv); 1629 dw_init(TRUE, argc, argv);
1630 1630
1631 /* Create our window */ 1631 /* Create our window */
1632 mainwindow = dw_window_new( HWND_DESKTOP, "dwindows test", flStyle | DW_FCF_SIZEBORDER | DW_FCF_MINMAX); 1632 mainwindow = dw_window_new( HWND_DESKTOP, "dwindows test UTF8 中国語 (繁体) cañón", flStyle | DW_FCF_SIZEBORDER | DW_FCF_MINMAX);
1633 dw_window_set_icon(mainwindow, fileicon); 1633 dw_window_set_icon(mainwindow, fileicon);
1634 1634
1635 menu_add(); 1635 menu_add();
1636 1636
1637 notebookbox = dw_box_new( BOXVERT, 5 ); 1637 notebookbox = dw_box_new( BOXVERT, 5 );