Re: [4/4] Add test for IDirectInputDevice_GetProperty of keyboard device for unicode and ascii case.
20 Apr
2008
20 Apr
'08
8:16 p.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.
6534
Age (days ago)
6534
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vitaliy Margolen