Eric Pouech
73b0e94bb3
Now returning correct symbol flags (as native does) for function pmts
...
& locals in dbghelp.
Modified winedbg accordingly.
2005-11-18 12:05:44 +00:00
Dmitry Timoshkov
d389f471b6
If SANE returns empty device list treat it as an error.
2005-11-18 12:05:05 +00:00
Jacek Caban
e1b644b439
Fix parsing '{' char.
2005-11-18 12:04:53 +00:00
Robert Reif
efff88b834
Handle failure on Windows 95 properly.
...
Make two functions available to all files.
Make format_string() const correct.
2005-11-18 12:04:36 +00:00
Marcus Meissner
7a6fdea105
Implemented getaddrinfo(), including full mapping of struct addrinfo
...
between UNIX and Windows. Based on a patch by Mike Hearn.
2005-11-17 12:58:35 +00:00
Eric Pouech
f7dd869ebf
Dbghelp describes the types of function arguments with a specific
...
symbol-type (symt) which links both to arguments' type and to function
prototype
- added this new type to dbghelp
- implemented its use in winedbg
2005-11-17 12:53:41 +00:00
Eric Pouech
6b7bebfbf9
SymGetType(...,TI_GET_LENGTH,...) requires a 64 bit parameter, not a
...
32 bit one.
2005-11-17 11:51:53 +00:00
Alexandre Julliard
3d086ca2b7
Only update modified files.
2005-11-17 11:43:10 +00:00
Jacek Caban
b1a00245a6
Improve IConnectionPoint handling.
2005-11-17 11:40:55 +00:00
Oliver Stieber
bcb4201130
Disable support for creation FMT_Unknown textures. This gets most of
...
the d3d8 demos from www.codesampler.com working.
2005-11-17 11:40:43 +00:00
Robert Shearman
04aa6a88b4
Remove some incompatibilities in the wctype table by updating the
...
space, blank and cntrl exceptions and fixing the type given to
characters in the "Zl" and "Zp" classes.
2005-11-17 11:07:04 +00:00
Vitaliy Margolen
def2bb6798
Return false if index is out of bounds in GetItemT.
2005-11-17 11:06:18 +00:00
Alexandre Julliard
82f403bd66
Fixed invalid C syntax.
2005-11-17 11:06:06 +00:00
Robert Shearman
eeb0062fbb
The BOM doesn't need a DWORD sized variable, only a WCHAR one.
...
Don't increment the szFile pointer since we removed the BOM earlier
and it will cause the first real character of the INI file to be
skipped.
2005-11-17 11:05:46 +00:00
Martin Fuchs
f42fac5566
Use command line for initial directory selection.
...
Remove useless hwndParent variable.
2005-11-17 11:05:35 +00:00
Oliver Stieber
da29023d7a
Clear the z and stencil buffers at the end of the scene, this fixes a
...
problem with the solid node bsp demo from www.codesampler.com as well
as a lot of blank screens in some other demos.
2005-11-17 11:05:12 +00:00
Eric Pouech
9db2d323fa
Provide a sample of the joy of MSC symbol mangling.
2005-11-17 11:05:00 +00:00
Eric Pouech
67e4edc522
When a symbol name already contains a module name, we shouldn't search
...
in other modules.
2005-11-17 11:04:39 +00:00
Eric Pouech
6cd44bc89d
Simplification of lex's input reading.
2005-11-17 11:04:27 +00:00
Detlef Riekenberg
88dcf83495
Made test loadable on win95 again (EnumDisplayDevicesA not present).
2005-11-17 11:04:01 +00:00
Jacek Caban
d15de714e3
Added stub implementation of IDocHostUIHandler.
2005-11-17 11:03:53 +00:00
Jacek Caban
7627ea47e5
Added IHTMLWindow forward declaration.
2005-11-17 11:03:25 +00:00
Vincent Béron
483f3bac53
Update win32.api to cvs.
2005-11-17 11:03:14 +00:00
Saulius Krasuckas
5a10c37dba
Fix _fcloseall() return value.
...
Improve some trace messages.
Add tests for fopen(), fclose(), _fcloseall().
Stricten some checks of _unlink().
2005-11-16 11:47:51 +00:00
Jacek Caban
a34eaa3c21
Added OLEIVERB_INPLACEACTIVATE implementation in IOleObject::DoVerb.
2005-11-16 11:46:56 +00:00
Aric Stewart
6bd1625f57
Beginnings of an explorer.exe replacement that wraps the existing
...
winefile program.
2005-11-16 11:45:51 +00:00
Eric Pouech
1c5d35fd92
Added ability to execute commands from a file passed on command line
...
(through --file option).
Use that feature to get rid of arg_command hack (--command option now
creates a temporary file).
2005-11-16 11:23:07 +00:00
Dmitry Timoshkov
2ca23be50f
Add a test for some edit control behaviours, make it pass under Wine.
2005-11-16 11:22:54 +00:00
Robert Reif
014ab5e249
Only convert bits per sample between different encoding formats.
2005-11-16 11:22:06 +00:00
Marcus Meissner
aa730cc9e4
Added mapping between unix and windows sockaddr_in6(_old) and
...
sockaddr_in. Added address family, socket type mappers.
2005-11-16 11:21:57 +00:00
Robert Shearman
f5af18f05f
- Improve callback to give context sensitive information about the
...
different statuses and print the thread ID that it was called from.
- Replace the busy waiting on the "goon" flag with an event.
- Replace hard coded numbers with more informative constants
throughout the InternetReadFile test.
- Add tests for InternetReadFileExA.
- Fix the error value from calling InternetReadFile with a NULL handle
as indicated by the test.
2005-11-16 11:21:41 +00:00
Jacek Caban
9a7b9710c9
Added IOleInPlaceSite stub implementation.
2005-11-16 11:21:00 +00:00
Mike McCormack
0077582938
Add timezone information to the registry.
2005-11-15 18:18:27 +00:00
Robert Shearman
e6157dde9d
We shouldn't pass the struct hostent returned from gethostbyname as
...
it's not thread-safe and isn't needed anyway.
2005-11-15 18:16:55 +00:00
Ken Thomases
a63acd71c8
Updated context definitions for the latest Darwin/x86.
2005-11-15 18:15:56 +00:00
Robert Shearman
e87fe3a17f
Correct the size of a callback parameter.
...
Fix the declaration of INTERNET_WorkerThreadFunc.
2005-11-15 18:12:42 +00:00
Mike McCormack
26a6d598bb
Convert MsiEnumComponentQualifiers to use msi_strcpy_to_awstring.
2005-11-15 18:12:21 +00:00
Alexandre Julliard
3566fe60a8
Fixed Unicode buffer size bug in CreateUrlCacheEntryW.
2005-11-15 16:56:04 +00:00
Mike McCormack
d78dce709e
Fix function prototype and spec file entry for
...
MsiEnumComponentQualifiers.
2005-11-15 16:55:04 +00:00
Raphael Junqueira
e3d53b4722
Implement implement header callback support (HDN_GETDISPINFO notification):
...
- better factorisation
- unicode fixes
2005-11-15 16:54:41 +00:00
Alexandre Julliard
dfc8305918
Don't crash if BindToStorage fails.
2005-11-15 16:54:13 +00:00
Mike McCormack
dbc8f877fc
Only return ERROR_MORE_DATA if there's a buffer to copy a result
...
into.
2005-11-15 16:53:47 +00:00
Dmitry Timoshkov
0f7ef4bd8d
Do not change focus if the being activated window is no longer
...
active.
2005-11-15 16:53:26 +00:00
Detlef Riekenberg
f81694cc0c
Made test loadable on NT 3.51 again (GetDiskFreeSpaceExA not present).
2005-11-15 16:53:09 +00:00
Detlef Riekenberg
7453b63a10
Some extra tests for GetPrinterDriverDirectory.
...
Display a TRACE when the Service "spooler" is not running (NT).
2005-11-15 16:51:45 +00:00
Cihan Altinay
3167958b3b
Disable PARMRK input flag of serial ports.
2005-11-15 16:51:28 +00:00
YunSong Hwang
3ddd394e25
Update Korean translations.
2005-11-15 12:06:12 +00:00
Alexandre Julliard
86f8aef511
Use proper asm name for external functions.
2005-11-15 12:05:45 +00:00
Dmitry Timoshkov
adf48a3cc7
Add a test for RtlAllocateAndInitializeSid, make it pass under Wine.
2005-11-15 12:03:46 +00:00
Jacek Caban
96e1574832
Beginning implementation of Navigate2.
2005-11-15 12:03:25 +00:00