Displaying 3 results from an estimated 3 matches for "locale_user_default".
2001 Aug 15
1
WineLib Warning?
When compiling the following line of code using WineLib 20010731
you get a warning message.
// generates a warning
CompareString(LOCALE_USER_DEFAULT, dwFlags, s1, -1, s2, -1);
These warning relates to the defines found in
include/winbase.h file where we have:
UINT WINAPI CompareStringA(DWORD,DWORD,LPCSTR,DWORD,LPCSTR,DWORD);
UINT WINAPI CompareStringW(DWORD,DWORD,LPCWSTR,DWORD,LPCWSTR,DWORD);
In the Borland 5.2 include file these API'...
2009 May 06
4
[ win32utils-Feature Requests-25792 ] Create a pure Ruby win32-ole library
Feature Requests item #25792, was opened at 2009-05-05 17:29
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=414&aid=25792&group_id=85
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Daniel Berger (djberg96)
Assigned to: Nobody (None)
Summary: Create a pure Ruby win32-ole library
Initial Comment:
The current Win32OLE
2006 Dec 08
0
Wine release 0.9.27
...t.
ntdll: Check the NX compatibility flag for every loaded module.
winedump: Avoid printf format warnings.
dbghelp: Avoid a printf format warning.
gdi32: Disable the freetype mmap sharing on Mac OS.
shlwapi: Fixed string tests for non-English locales.
msvcrt: Use LOCALE_USER_DEFAULT to get the proper codepage for the Unix locale.
gdi32: Don't assume that the font codepages change with the user locale.
Andrew Talbot (14):
wined3d: Cast-qual warnings fix.
wined3d: Cast-qual warnings fix.
wined3d: Cast-qual warnings fix.
winex11.drv: Cast-qual w...