Re: [4/4] Add test for IDirectInputDevice_GetProperty of keyboard device for unicode and ascii case.
April 21, 2008
1:16 a.m.
Sergey Khodych wrote:
------------------------------------------------------------------------
+ result = wcsncmp( dipsw.wsz, dipsa.wsz, sizeof( dipsw.wsz )/sizeof( dipsw.wsz[0] ) ); UNIX unicode and windows unicode are two separate things. Don't use functions that work with wchar_t - they are not compatible with Wine. Use Wine's own unicode functions instead. For example here you can use lstrcmpW().
Vitaliy.
6638
Age (days ago)
6638
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vitaliy Margolen