Displaying 3 results from an estimated 3 matches for "print_basic".
2008 May 30
0
Wine release 1.0-rc3
...ed a null terminator needed for a unicode string.
Eric Pouech (6):
dbghelp: Don't crash when parsing the forward declaration of a function.
dbghelp: Fix for SymGetModuleInfo().
msvcrt: Properly handle the extended keys in getch().
winedbg: Removed unneeded variable from print_basic.
winedbg: Fixed the print_basic command when dealing with long long values.
winedump: Fully dump the compiland (V3) structure out of .pdb files.
Francois Gouget (6):
kernel32/tests: Get the tests running again on Win95.
ws2_32: Make sure INVALID_SOCKET is correctly typed....
2011 Apr 08
0
Wine release 1.2.3
...ta.
gdi32: Use graphics mode specified at the EMF creation time when playing EMR_EXTTEXTOUT record.
gdi32: EnumFontFamilies should also match against fully qualified face name.
winecfg: Protect from closing the root key.
Eric Pouech (3):
winedbg: Don't print extra \n in print_basic.
winegcc: Correctly manage the -V option (gcc expects to be among the first ones, with -b).
winegcc: Check that option argument is within command line parameters.
Francois Gouget (2):
server: Make sock_check_pollhup() more reliable on Solaris.
xcopy: Remove a space before a...
2011 Jan 07
0
Wine release 1.3.11
...ix test error on certain w2k8 setups.
urlmon: Move protocol flags for wininet based protocols into a common header.
urlmon: Add new on_error function to protocol vtbl.
Eric Pouech (10):
dbghelp: Fix ELF file computation on 64bit systems.
winedbg: Don't print extra \n in print_basic.
winedbg: When printing with default format an integer (in hex), keep printed value in sync with integer size.
urlmon: Fixed traces on 64bit systems.
msvcr90: Fix an integer overflow on 64 bit system for qsort_s tests.
dbghelp: Factorize a bit the ELF enumeration callbacks....