Alexandre Julliard
946a4448af
Cleaned up a few USER dependencies.
2000-07-30 13:50:27 +00:00
Alexandre Julliard
58d5a0a786
Removed some unnecessary inclusions of wingdi.h and winuser.h
2000-07-29 21:58:17 +00:00
Dmitry Timoshkov
f1fd89db42
FindResourceExA/W should search for the specified language resource only.
...
FindResourceA/W should search for any language resource.
2000-07-29 00:01:57 +00:00
Andreas Mohr
3084b58606
- fixed a gross bug in SetCurrentDirectoryA (where changing to a new
...
non-existent directory would leave the new drive enabled upon aborting
(fixes CuteFTP install and should fix MANY apps)
This has probably been caused by myself. *brownpaperbag*
- added GetVolumeInformation serial number bug-for-bug compatibility
- corrected Unicode labels (better CD-ROM handling in general)
- moved CD-ROM label detection code to misc/cdrom.c
- possible to use loopback mounted ISO9660 files
- init some uninitialised drive fields
- remove some unnecessary header includes
2000-07-25 20:59:59 +00:00
Dave Pickles
a64603d3d6
Improved FormatMessage:
...
- Added full support for FORMAT_MESSAGE_FROM_SYSTEM
- Implemented language search as documented
- Illegal combinations of options trapped.
- Message table for system messages added.
2000-07-25 17:53:58 +00:00
Patrik Stridvall
315b00e861
Fixed issues found by winapi_check.
2000-07-25 17:45:14 +00:00
Alexandre Julliard
d5041fc45a
Moved thunking functions off to kernel32.dll.
2000-07-25 16:42:25 +00:00
Alexandre Julliard
a3e0cfc5fb
Get full path of argv[0] before we change directories.
...
Make sure process names are long path names.
Cleaned up initialisation a bit.
2000-07-16 18:21:34 +00:00
Mike McCormack
a341a96789
Hook serialui dll into existing comm functions.
2000-07-15 21:36:31 +00:00
Alexandre Julliard
ce4784d8a5
Made --language behave the same as setting the LANGUAGE environment
...
variable.
2000-07-15 19:59:10 +00:00
Gerald Pfeifer
5dae382f68
Fixed an incorrect format string.
2000-07-15 14:58:32 +00:00
Eric Pouech
254cd6b6de
Fixed FormatMessage[A|16] against some buffer overflow cases.
2000-07-10 13:06:25 +00:00
Stefan Leichter
dcb9733580
Fixes the BuildCommDCBA function.
2000-07-09 12:19:44 +00:00
Hidenori Takeshima
01f78aaa9c
Added configure check for libutil.h.
2000-07-09 12:19:09 +00:00
Alexandre Julliard
ad28d39d98
Fixed lstrcpynAtoW usage (reported by Stas Sergeev).
...
Small cleanups.
2000-07-09 11:20:59 +00:00
Stefan Leichter
00e7c3346d
Started implementation of the functions GetDefaultCommConfigA/W.
2000-07-08 18:29:54 +00:00
Joerg Mayer
257ca83d04
Fixed the debugmsg help.
2000-07-08 11:45:13 +00:00
Alexandre Julliard
42acc339ed
Split bidi16.c and network.c out of misc/ into their respective dlls.
2000-06-24 12:41:05 +00:00
Alexandre Julliard
917910324f
Cleaned up a few inter-dll dependencies.
2000-06-23 16:13:33 +00:00
Frederic Boulanger
f93dcc2532
CreateSpoolFile is called with a dos name, we have to make sure that
...
when we create the spoolfile we use the unix name associated to the
dos file name.
2000-06-15 00:29:54 +00:00
Mike McCormack
6a31f96111
- add prototypes for serial API functions
...
- correct existing serial API prototypes incorrectly using DWORD
instead of HANDLE
- define more structures and values in serial API
2000-06-15 00:15:11 +00:00
Andreas Mohr
c5648f2be3
Made the DLL version clash error message more verbose.
2000-06-12 01:18:11 +00:00
Dmitry Timoshkov
0072c88111
Implement NTDLL.towupper and NTDLL.towlower using already existing
...
case conversion tables. Replace all direct calls to towupper/towlower
either to NTDLL for core or to CRTDLL if latter already used in the
non core dll.
2000-06-08 20:05:18 +00:00
Alexandre Julliard
45fccb8c0c
Fixed off-by-one error in string allocation.
2000-06-07 02:03:54 +00:00
Alexandre Julliard
eac0e1837c
Removed MSG_WineStartTicks (does not work for multiple address spaces
...
anyway).
2000-06-03 20:46:53 +00:00
Juergen Schmied
0dc0d4461b
Fixed crash.
2000-06-03 00:08:24 +00:00
Andreas Mohr
2e011a5243
Lots of spelling fixes that accumulated in my tree again, made several
...
error msgs more verbose, doc updates.
2000-06-01 23:28:25 +00:00
Zoran Dzelajlija
846880b7e6
Basic Croatian language support.
2000-05-30 20:50:45 +00:00
Alexandre Julliard
eeaae3cae9
Make child processes inherit command-line options through the
...
WINEOPTIONS environment variable.
2000-05-30 17:51:44 +00:00
Gerald Pfeifer
093af59b74
Fixed warning.
2000-05-30 15:28:37 +00:00
Alexandre Julliard
c192ba2468
Exec a separate wine binary for every win32 process so that they run
...
in separate address spaces.
Run 16-bit tasks as Win32 threads, not processes.
2000-05-29 21:25:10 +00:00
James Juran
2fc028977d
DEBUG_ExternalDebugger() needs to be a part of wine, not winedbg.
2000-05-26 01:14:55 +00:00
Patrik Stridvall
cbab7705f1
Fixed issues found by winapi_test.
2000-05-18 00:52:08 +00:00
Dimitrie O. Paun
81eafedaf1
Moved DDEML into dlls/user.
2000-05-14 23:34:41 +00:00
Alexandre Julliard
a01004d828
Added support for registry values larger than the server buffer.
...
When loading a registry file, automatically determine overlap between
key name and file contents based on the first key name.
Removed v1 saving code.
Save USER\.Default separately into ~/.wine/userdef.reg.
2000-05-14 22:57:57 +00:00
Alexandre Julliard
8c8237b756
Specify the service thread timers in ms instead of us.
2000-05-10 04:43:32 +00:00
Alexandre Julliard
246c360631
Reserve space for the PE header at the start of the .so file.
...
Store the export table inside the data section so that sections can be
properly aligned.
Build the relay function table directly in the .spec.c file.
Moved relay debugging functions to relay386.c.
2000-05-10 03:48:00 +00:00
Huw D M Davies
e5565ff049
Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWARE hives.
2000-05-05 18:19:03 +00:00
Bertho Stultiens
5b8eb2d838
Mmap does not fail on zero-length files.
2000-05-03 17:35:10 +00:00
Patrik Stridvall
c77ff5ef67
Fixed issues reported by winapi_check.
2000-04-29 14:26:13 +00:00
Juergen Schmied
6889c68680
Small fixes, removed asserts.
2000-04-28 19:59:48 +00:00
Rein Klazes
0a54d5a39f
Implement mark and space parity generation. Accept one-and- a-half
...
stopbits: the most common uarts will generate this automatically when
there are 5 databits.
2000-04-28 14:44:33 +00:00
Patrik Stridvall
e29dbc5814
Fixed some warnings.
2000-04-24 18:04:24 +00:00
Dimitrie O. Paun
cb18dbf9ce
Removed the last xmalloc calls.
2000-04-24 17:33:06 +00:00
Gerard Patel
a7adda8280
Do not initialize dcb in BuildCommDCB[AndTimeouts].
2000-04-23 19:58:44 +00:00
Alexandre Julliard
07d8446918
Implemented thread and (partial) module snapshots, based on the work
...
of Andreas Mohr <amohr@student.ei.uni-stuttgart.de>.
2000-04-16 19:45:05 +00:00
Alexandre Julliard
c970904c2c
Save the registry on server exit without client intervention.
...
Removed "alt" registry files since we now have symlinks and
WINEPREFIX to replace them.
2000-04-16 17:21:13 +00:00
Alexandre Julliard
b44595283f
Improved Winelib apps initialisation code. No longer need to link
...
winestub.o with Winelib apps.
2000-04-15 21:00:55 +00:00
Marcus Meissner
a76eee94f0
Do not dereference a ptr we just checked being NULL.
2000-04-14 14:07:13 +00:00
Ove Kaaven
b43b9d931b
Follow symlinks when saving registry.
2000-04-14 14:05:43 +00:00