| commit | ad363030a116d515fbff8711b8cdc3340be91c86 | [log] [tgz] |
|---|---|---|
| author | Gerard Patel <gerard.patel@nerim.net> | Wed Jun 06 21:26:50 2001 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Jun 06 21:26:50 2001 +0000 |
| tree | d10c9e6423d248930c45ef88ef41e34de2378608 | |
| parent | 37e5e7f46c960762e7bbd545f14527e5b895d555 [diff] [blame] |
Use a flag to test if create structure is unicode.
diff --git a/include/user.h b/include/user.h index 51d45ac..8d0355d 100644 --- a/include/user.h +++ b/include/user.h
@@ -69,7 +69,7 @@ void (*pResetSelectionOwner)(struct tagWND *, BOOL); /* windowing functions */ - BOOL (*pCreateWindow)(HWND,CREATESTRUCTA*); + BOOL (*pCreateWindow)(HWND,CREATESTRUCTA*,BOOL); BOOL (*pDestroyWindow)(HWND); BOOL (*pGetDC)(HWND,HDC,HRGN,DWORD); BOOL (*pEnableWindow)(HWND,BOOL);