Alexandre Julliard
5e08230568
kernel32: Close the directory handle in FindNextFile as soon as we reach the end of the directory.
2006-10-27 12:27:33 +02:00
Hwang YunSong(황윤성)
ca2160acba
kernel32: Added winerr_kor.mc.
2006-10-25 20:23:59 +02:00
Dmitry Timoshkov
5ace8745ce
kernel32: Exit from initial thread with ExitThread not by ExitProcess.
2006-10-24 20:49:14 +02:00
Mikołaj Zalewski
e32aa55703
resources: Change German sublanguage code to SUBLANG_NEUTRAL.
2006-10-24 11:45:12 +02:00
Alexandre Julliard
b0ea577ae5
Avoid usage of sizeof in traces that causes warnings on MacOSX.
2006-10-20 12:16:45 +02:00
Robert Shearman
ed263ae48e
kernel32: Add support for detecting the user locale preference from the system on Mac OS X.
2006-10-16 20:10:25 +02:00
Francois Gouget
ef998ea6cb
Assorted spelling fixes.
2006-10-16 11:33:38 +02:00
Michael Stefaniuc
8c38b88068
kernel32: Win64 printf format warning fixes.
2006-10-13 12:08:25 +02:00
Ge van Geldorp
d642e11438
winapi_test: Regenerate tests.
...
Remove structs from test list which have preprocessor directives in
their definitions (winapi_test can't handle that).
2006-10-11 12:12:21 +02:00
Michael Stefaniuc
8218440c20
kernel32/tests: Win64 printf format warning fixes.
2006-10-10 16:11:27 +02:00
Frank Richter
ffe966f37d
kernel32: Fix typos in English messages.
2006-10-10 13:36:55 +02:00
Frank Richter
185526d35e
kernel32: Added German translation of messages.
2006-10-10 11:57:25 +02:00
Frank Richter
bfb8754ed5
kernel32: Translated some more NLS strings to German.
2006-10-10 11:57:22 +02:00
Mike McCormack
4661a825b7
kernel32: Return some fake data in FindActCtxSectionStringW.
2006-10-05 11:33:12 +02:00
Eric Pouech
d990c0d8e5
ntdll-kernel32: WaitCommEvent.
...
- implemented IOCTL_SERIAL_WAIT_ON_MASK for DeviceIoControl
on serial lines in ntdll
- now using thread pool (instead of simple thread) for the
background operations (this should help some high load
situations)
- used this to implement WaitCommEvent on top NtDll functions
- in kernel32, removed now the no longer used termios/ioctls...
for comm devices
2006-10-03 20:19:08 +02:00
Francois Gouget
38520a819c
Assorted spelling fixes.
2006-10-03 15:56:21 +02:00
Francois Gouget
17aa2c82d2
Add missing '\n's to ok() calls.
2006-10-03 15:56:16 +02:00
Louis. Lenders
ed4b6e91cb
kernel32: Add 2 simple tests for GetLongPathNameW.
2006-10-02 14:41:12 +02:00
Louis. Lenders
44da24759c
kernel32: Print an error instead of crashing in GetLongPathNameW if shortpath=0.
2006-10-02 14:41:08 +02:00
Michael Stefaniuc
85ce5117c5
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
2006-09-29 16:08:30 +02:00
Andrew Talbot
10a0931ebe
kernel32: Cast-qual warnings fix.
2006-09-20 12:23:13 +02:00
Andrew Talbot
e595298a56
kernel32: Cast-qual warnings fix.
2006-09-20 12:23:08 +02:00
Andrew Talbot
ea117516a7
kernel32: Cast-qual warnings fix.
2006-09-20 12:23:03 +02:00
Andrew Talbot
2b164a2d41
kernel32: Cast-qual warnings fix.
2006-09-20 12:22:55 +02:00
Alexandre Julliard
a27d0aa4e9
include: Added definitions for the fault address exception information.
2006-09-20 11:27:53 +02:00
Alexandre Julliard
530e765035
include: Exception filters should return LONG, not DWORD.
...
Also move UnhandledExceptionFilter definitions to winbase.h since they
are there in the latest SDK.
2006-09-20 11:26:59 +02:00
Alexandre Julliard
32ab895e46
makefiles: Generate the dependencies line to avoid some code duplication.
2006-09-14 09:38:16 +02:00
Alexandre Julliard
489d87d1e5
kernel32: Renamed the kernel directory to kernel32.
...
Also get rid of the kernel/messages subdirectory.
2006-09-12 13:34:06 +02:00