Changeset 21546 for trunk/testapp/gui/input/input.c
- Timestamp:
- Jan 7, 2011, 1:37:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testapp/gui/input/input.c
r21530 r21546 151 151 152 152 hWnd = CreateWindowEx(dwExStyle, wcex.lpszClassName, 153 TEXT("Edit Control Test"), 153 #ifdef UNICODE 154 TEXT("Edit Control Test (oe lat: \x00F6) (yo rus: \x0451) [unicode]"), 155 #else 156 TEXT("Edit Control Test (oe lat: \xF6) (yo rus: \xB8) [ascii]"), 157 #endif 154 158 WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN, 155 159 CW_USEDEFAULT, CW_USEDEFAULT, 450, 330,
Note:
See TracChangeset
for help on using the changeset viewer.