Alexandre Julliard
|
9d09e699d6
|
ntdll: Get rid of the no longer used is_current_process function.
|
2007-01-18 15:18:12 +01:00 |
Alexandre Julliard
|
02e2fa7798
|
ntdll: Implementation of inter-process NtMapViewOfSection and NtUnmapViewOfSection.
|
2007-01-18 15:17:51 +01:00 |
Alexandre Julliard
|
8025f79ce1
|
ntdll: Implementation of inter-process RtlCreateUserThread.
|
2007-01-18 15:02:55 +01:00 |
Alexandre Julliard
|
7a383cf83f
|
ntdll: Abuse RtlCreateUserThread to call the thread function for CreateThread directly.
|
2007-01-18 15:02:11 +01:00 |
Alexandre Julliard
|
21d631e270
|
ntdll: Move the LDT section to ntdll and make it an uninterruptible section.
|
2007-01-18 15:01:45 +01:00 |
Alexandre Julliard
|
3ccf501209
|
winecoreaudio.drv: Fix printf format warnings.
|
2007-01-18 13:27:55 +01:00 |
Francois Gouget
|
b0bde6b87c
|
Assorted spelling fixes.
|
2007-01-18 12:56:52 +01:00 |
Francois Gouget
|
aab5e5856e
|
Don't put single quotes around '%s' when using the debugstr_*() functions.
|
2007-01-18 12:55:50 +01:00 |
Francois Gouget
|
4abebb8eb5
|
shell32: There is no need to check strings for NULL when using debugstr_w().
Also don't put single quotes around '%s' in that case.
|
2007-01-18 12:55:40 +01:00 |
Francois Gouget
|
6834945ece
|
winmm/tests: Use '%u' to print GetLastError().
|
2007-01-18 12:55:32 +01:00 |
Francois Gouget
|
42c4114401
|
winspool.drv: Use '%u' to print GetLastError().
|
2007-01-18 12:55:25 +01:00 |
Francois Gouget
|
fb6569a720
|
ntdll/tests: Use '%u' to print GetLastError().
|
2007-01-18 12:55:21 +01:00 |
Francois Gouget
|
9a036530d0
|
mcicda: Use '%u' to print GetLastError().
|
2007-01-18 12:55:15 +01:00 |
Francois Gouget
|
933bf76b5d
|
secur32: Use '%u' to print GetLastError().
|
2007-01-18 12:55:10 +01:00 |
Francois Gouget
|
13136c6e23
|
usp10/tests: Use '%u' to print GetLastError().
|
2007-01-18 12:55:06 +01:00 |
Francois Gouget
|
8c613a79e6
|
localspl: Remove unneeded cast.
|
2007-01-18 12:55:03 +01:00 |
Alexandre Julliard
|
ae4ecb6c64
|
server: Print a trace when sending a signal to a thread.
|
2007-01-18 12:23:29 +01:00 |
Alexandre Julliard
|
8891d6de48
|
ntdll: Block async signals during process init and thread creation.
|
2007-01-18 12:23:04 +01:00 |
Alexandre Julliard
|
c388c58b9f
|
ntdll: Make the server signal mask global.
|
2007-01-18 12:20:56 +01:00 |
Alexandre Julliard
|
fb75c66897
|
ntdll: Avoid heap allocations during thread creation.
|
2007-01-18 12:20:10 +01:00 |
Alexandre Julliard
|
735dbc406b
|
ntdll: Make the fd cache section an uninterruptible section.
|
2007-01-18 12:19:25 +01:00 |
Alexandre Julliard
|
3410354d61
|
ntdll: Fix NtDuplicateObject to only close the file descriptor if it's in the same process.
|
2007-01-18 12:18:51 +01:00 |
Alexandre Julliard
|
027491f6af
|
ntdll: Avoid heap allocation in fd cache. Fixed a couple of races.
|
2007-01-18 12:18:29 +01:00 |
Christoph Frick
|
a6947bde23
|
dinput: Calc more caps infos ahead and store it in JoystickImpl.
|
2007-01-18 12:09:32 +01:00 |
H. Verbeet
|
955fb95eb6
|
wined3d: Give shader constants their own debug channel.
|
2007-01-18 12:09:09 +01:00 |
H. Verbeet
|
79c7aeab00
|
wined3d: Fix a typo.
|
2007-01-18 12:09:03 +01:00 |
H. Verbeet
|
d429ff5b69
|
wined3d: When switching color material, apply the material we were previously tracking.
This fixes a regression introduced by 329670c7f1 .
|
2007-01-18 12:08:57 +01:00 |
H. Verbeet
|
612a74a994
|
wined3d: Don't set Parm when isDiffuseSupplied is FALSE in state_colormat(), it isn't used anyway.
|
2007-01-18 12:08:45 +01:00 |
Francois Gouget
|
d4ca34dd9b
|
d3d: Fix the D3DFMT_XXX constant declarations.
|
2007-01-18 12:05:05 +01:00 |
Francois Gouget
|
0c31ca34cb
|
winspool.drv: Reorder a couple of functions and remove the forward declarations.
|
2007-01-18 12:00:05 +01:00 |
Francois Gouget
|
442fec32d0
|
tests: The non-gcc case was missing a forward declaration for winetest_skip().
|
2007-01-18 12:00:01 +01:00 |
Francois Gouget
|
ec6463470d
|
odbccp32/tests: Add missing '\n' to an ok() call.
|
2007-01-18 11:59:58 +01:00 |
Stefan Leichter
|
b8e9e3fbe4
|
winecoreaudio.drv: Print each 64-bit integer as two 32-bit integers.
|
2007-01-18 11:59:52 +01:00 |
Andrew Talbot
|
85f191691c
|
objsel: Declare a variable static.
|
2007-01-18 11:59:32 +01:00 |
Vitaliy Margolen
|
e437a0c302
|
ws2_32: Fix trace for WS_setsockopt to look closer to WS_getsockopt.
|
2007-01-18 11:59:25 +01:00 |
Mike McCormack
|
208cdde0f5
|
msi: Register IMsiServer.
|
2007-01-18 11:59:20 +01:00 |
Mike McCormack
|
95fdf165cd
|
user32: Add a test showing WM_GETTEXT doesn't crash with bad pointers.
|
2007-01-18 11:59:17 +01:00 |
Mike McCormack
|
ce21d918d8
|
user32: Add an exception handler around the WM_GETTEXT handler.
|
2007-01-18 11:59:14 +01:00 |
Detlef Riekenberg
|
544153689a
|
sfc: Forward SfcIsFileProtected to sfc_os.dll.
|
2007-01-17 12:15:57 +01:00 |
Detlef Riekenberg
|
161897e187
|
sfc_os: Add stub for sfc_os.dll.
|
2007-01-17 12:15:36 +01:00 |
Joel Parker
|
2319999a05
|
Remove redundant semicolons for ANSI compatibility.
|
2007-01-17 11:58:15 +01:00 |
Anatoly Lyutin
|
6ee85a61f2
|
wineconsole: Add support for non-latin symbols with curses.
|
2007-01-17 11:43:32 +01:00 |
Christoph Frick
|
ffdea40f2c
|
dinput: No longer check for value exceeding have(min|max) in map_axis.
|
2007-01-17 11:41:52 +01:00 |
Christoph Frick
|
f0b45141c2
|
dinput: Add a config for the axes.
|
2007-01-17 11:41:07 +01:00 |
Christoph Frick
|
0855a6be4c
|
dinput: Move the config for the buttons from the JoyDev into the JoystickImpl.
|
2007-01-17 11:40:52 +01:00 |
Christoph Frick
|
424d302115
|
dinput: Use a struct ObjProps for the config of the device.
|
2007-01-17 11:40:42 +01:00 |
Christoph Frick
|
22a6983a96
|
dinput: Rename 'axe' to 'axis'.
|
2007-01-17 11:40:29 +01:00 |
Frank Richter
|
867ebe4da0
|
dbghelp: Search for .gnu_debuglink file.
|
2007-01-17 11:40:10 +01:00 |
Rob Shearman
|
1ec14b0b25
|
wininet: Fix HTTP_EncodeBasicAuth by passing an out buffer to the second set of character set conversion calls.
|
2007-01-17 11:24:09 +01:00 |
Stefan Dösinger
|
354fdae524
|
wined3d: Implement per stream offsets.
|
2007-01-17 11:24:04 +01:00 |