wine
21 years agoProvide stub implementations of GetTypeByNameA and SetServiceA.
Andrew John Hughes [Thu, 30 Jan 2003 00:23:39 +0000 (00:23 +0000)] 
Provide stub implementations of GetTypeByNameA and SetServiceA.

21 years agoRemove writable-strings support.
Dimitrie O. Paun [Thu, 30 Jan 2003 00:19:14 +0000 (00:19 +0000)] 
Remove writable-strings support.

21 years agoOnly warn if message is >= WM_USER && < WM_APP.
Dan Kegel [Thu, 30 Jan 2003 00:18:48 +0000 (00:18 +0000)] 
Only warn if message is >= WM_USER && < WM_APP.

21 years ago- Defer of IDirect3DVertexShader_SetConstant, waiting for
Raphael Junqueira [Thu, 30 Jan 2003 00:18:27 +0000 (00:18 +0000)] 
- Defer of IDirect3DVertexShader_SetConstant, waiting for
DrawPrimitive call.
- Beginning of VertexShader constants support into stateblock (only
  stored, not captured yet).
- Fix compiation with nivdia GL/gl.h and mesa Gl/glext headers as
  reported by Andrew John Hughes.
- One glActiveTexture/glActiveTextureARB missing.

21 years agoAdd missing casts related to pthread_t. Tweak comments.
Gerald Pfeifer [Thu, 30 Jan 2003 00:17:30 +0000 (00:17 +0000)] 
Add missing casts related to pthread_t. Tweak comments.

21 years agoFix buffered input function. Add support for UMB subfunctions to
Jukka Heinonen [Thu, 30 Jan 2003 00:17:03 +0000 (00:17 +0000)] 
Fix buffered input function. Add support for UMB subfunctions to
memory allocation strategy function. Move flock to winedos.

21 years ago- made ICInfo closer to Windows behavior (i.e. no longer opens the
Eric Pouech [Thu, 30 Jan 2003 00:16:35 +0000 (00:16 +0000)] 
- made ICInfo closer to Windows behavior (i.e. no longer opens the
  driver)
- fixed most endianess related bugs in fourCC handling
- added debug function for printing fourCC:s
- internal function fixes and speed-up

21 years agoAdd real syntax doc for LABEL command.
Dan Kegel [Thu, 30 Jan 2003 00:15:50 +0000 (00:15 +0000)] 
Add real syntax doc for LABEL command.

21 years agoSome needed cleanups for future dx9 and d3d common layer support:
Raphael Junqueira [Tue, 28 Jan 2003 01:12:23 +0000 (01:12 +0000)] 
Some needed cleanups for future dx9 and d3d common layer support:
  - stateblocks to IDirect3DStateBlockImpl interface and moving into
    a new file (stateblock.c)
  - shaders to IDirect3D*ShaderImpl interfaces
  - splitting vshader and vshader declaration as in dx9 into 2
    interfaces (for future common layer use)
  - vshader declaration code to a new file (vsaderdeclaration.c)
  - device calls to new interfaces (redirect stubs)
Simple texture fix for a little regression after last Jason's patches.
Some caps code using the GL/glext.h defines (GL_VERSION_*).

21 years agoImplemented font selection.
Shachar Shemesh [Tue, 28 Jan 2003 01:10:28 +0000 (01:10 +0000)] 
Implemented font selection.
Added accelerators resources.

21 years agoProperly #define sipx_node for FreeBSD.
Gerald Pfeifer [Tue, 28 Jan 2003 01:07:09 +0000 (01:07 +0000)] 
Properly #define sipx_node for FreeBSD.

21 years agoUpdated the Sample config
Tom Wickline [Tue, 28 Jan 2003 01:06:50 +0000 (01:06 +0000)] 
Updated the Sample config
Replaced <para> with <programlisting>.

21 years agoFix DoDragDrop in case of child windows.
Juergen Schmied [Tue, 28 Jan 2003 01:06:20 +0000 (01:06 +0000)] 
Fix DoDragDrop in case of child windows.

21 years agoWhen using desktop mode attach all thread inputs together, so that
Alexandre Julliard [Tue, 28 Jan 2003 00:34:07 +0000 (00:34 +0000)] 
When using desktop mode attach all thread inputs together, so that
keyboard focus works properly.

21 years agoRemoved the old win.ini sample replaced it with a RH 8.0 rpm .spec.
Tom Wickline [Tue, 28 Jan 2003 00:32:25 +0000 (00:32 +0000)] 
Removed the old win.ini sample replaced it with a RH 8.0 rpm .spec.
Changed title name of section 5.1.
Other small fixes.

21 years agoDo not free the old string in SysReAllocStringLen, reuse the old
Marcus Meissner [Tue, 28 Jan 2003 00:30:29 +0000 (00:30 +0000)] 
Do not free the old string in SysReAllocStringLen, reuse the old
string memory (if 'in' is NULL).

21 years agoAvoid compiler warning in STORAGE_get_free_pps_entry().
Gerald Pfeifer [Tue, 28 Jan 2003 00:24:23 +0000 (00:24 +0000)] 
Avoid compiler warning in STORAGE_get_free_pps_entry().

21 years agoDo not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED
Martin Wilck [Tue, 28 Jan 2003 00:24:04 +0000 (00:24 +0000)] 
Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED
(currently unused) can thus be used to determine if a stream socket
was ever connected.

21 years agoAdded R4 and R8 comparison to VarCmp.
Marcus Meissner [Tue, 28 Jan 2003 00:23:19 +0000 (00:23 +0000)] 
Added R4 and R8 comparison to VarCmp.
Added I2 to VarFormat.
Added VarSub, VarDiv, VarMul for integer and float types.

21 years agoReplace FIXMEs with TRACEs in those paging functions that really are
Jukka Heinonen [Tue, 28 Jan 2003 00:19:21 +0000 (00:19 +0000)] 
Replace FIXMEs with TRACEs in those paging functions that really are
not supposed to do anything.
Add simple emulation of coprocessor state functions.

21 years agoReturn scancode when extended keycodes are read using console input
Jukka Heinonen [Tue, 28 Jan 2003 00:18:57 +0000 (00:18 +0000)] 
Return scancode when extended keycodes are read using console input
functions. Move file stamp handling to winedos. Implement DOS7 file
stamp extensions.

21 years ago- Defined IDs for string constants for font color names and for the
Shachar Shemesh [Tue, 28 Jan 2003 00:18:31 +0000 (00:18 +0000)] 
- Defined IDs for string constants for font color names and for the
  various charsets.
- Load the color names from the resources in the fonts dialog.

21 years ago"InternetAutoDial" should be "InternetAutodial".
Andreas Mohr [Tue, 28 Jan 2003 00:17:15 +0000 (00:17 +0000)] 
"InternetAutoDial" should be "InternetAutodial".

21 years agoHandle horizontal and vertical retrace separately.
Jukka Heinonen [Tue, 28 Jan 2003 00:16:15 +0000 (00:16 +0000)] 
Handle horizontal and vertical retrace separately.

21 years agoUnify VGA and VESA video mode setting code.
Jukka Heinonen [Tue, 28 Jan 2003 00:16:01 +0000 (00:16 +0000)] 
Unify VGA and VESA video mode setting code.

21 years agoAdded d3dim.dll with stubs.
Enrico Horn [Fri, 24 Jan 2003 01:08:15 +0000 (01:08 +0000)] 
Added d3dim.dll with stubs.

21 years agoRemoved no longer needed inclusion of heap.h.
Alexandre Julliard [Fri, 24 Jan 2003 00:54:58 +0000 (00:54 +0000)] 
Removed no longer needed inclusion of heap.h.

21 years agoRemoved a couple of extra semicolons.
Alexandre Julliard [Fri, 24 Jan 2003 00:49:32 +0000 (00:49 +0000)] 
Removed a couple of extra semicolons.

21 years agoFixed $PREFIX location.
Tom Wickline [Fri, 24 Jan 2003 00:49:05 +0000 (00:49 +0000)] 
Fixed $PREFIX location.
Some small updates.
Added sample config.

21 years agoAdd support for color material sources, with help from Lucho.
Jason Edmeades [Fri, 24 Jan 2003 00:48:10 +0000 (00:48 +0000)] 
Add support for color material sources, with help from Lucho.

21 years agoFixed Latin American keyboard (key "?!" was reversed).
Leonardo Quijano Vincenzi [Fri, 24 Jan 2003 00:47:08 +0000 (00:47 +0000)] 
Fixed Latin American keyboard (key "?!" was reversed).

21 years agoRemoved some Unicode -> Ascii cross-calls.
Matthew Davison [Fri, 24 Jan 2003 00:45:51 +0000 (00:45 +0000)] 
Removed some Unicode -> Ascii cross-calls.

21 years agoRemoved windows version checks from GetPrinterDriverDirectory tests.
Stefan Leichter [Fri, 24 Jan 2003 00:45:21 +0000 (00:45 +0000)] 
Removed windows version checks from GetPrinterDriverDirectory tests.

21 years agoLoad default stock bitmap in CreateDC().
Rein Klazes [Fri, 24 Jan 2003 00:44:54 +0000 (00:44 +0000)] 
Load default stock bitmap in CreateDC().

21 years agoRemove the HEAP_strdupAtoW macro.
Matthew Davison [Thu, 23 Jan 2003 23:07:56 +0000 (23:07 +0000)] 
Remove the HEAP_strdupAtoW macro.

21 years agoRemoved calls to HEAP_strdupAtoW.
Matthew Davison [Thu, 23 Jan 2003 23:07:38 +0000 (23:07 +0000)] 
Removed calls to HEAP_strdupAtoW.

21 years agoRemove errno.h from files that do not need it.
Marcus Meissner [Thu, 23 Jan 2003 22:51:04 +0000 (22:51 +0000)] 
Remove errno.h from files that do not need it.

21 years agoUse device max lights and clipplane support. Also change clipplane to
Jason Edmeades [Thu, 23 Jan 2003 22:38:51 +0000 (22:38 +0000)] 
Use device max lights and clipplane support. Also change clipplane to
be affected by view matrix.

21 years agoKeysym check should use 0x8000 instead of 0x800 (spotted by Dmitry
Alexandre Julliard [Thu, 23 Jan 2003 21:35:14 +0000 (21:35 +0000)] 
Keysym check should use 0x8000 instead of 0x800 (spotted by Dmitry
Timoshkov).

21 years agoAdded -Wpointer-arith gcc flag, and fixed the resulting warnings.
Alexandre Julliard [Thu, 23 Jan 2003 21:32:35 +0000 (21:32 +0000)] 
Added -Wpointer-arith gcc flag, and fixed the resulting warnings.

21 years agoFix some problems when Extract is used more than once.
Greg Turner [Thu, 23 Jan 2003 21:22:24 +0000 (21:22 +0000)] 
Fix some problems when Extract is used more than once.

21 years agoDeclare variable only if needed.
Gerald Pfeifer [Thu, 23 Jan 2003 21:21:50 +0000 (21:21 +0000)] 
Declare variable only if needed.

21 years agoAudio codecs were erroneously being listed multiple times, making it
Waldeck Schutzer [Thu, 23 Jan 2003 21:21:33 +0000 (21:21 +0000)] 
Audio codecs were erroneously being listed multiple times, making it
difficult to run certain applications like VirtualDub.

21 years agoMake sure the parameter phas is correct by setting it equal to NULL in
Waldeck Schutzer [Thu, 23 Jan 2003 21:21:02 +0000 (21:21 +0000)] 
Make sure the parameter phas is correct by setting it equal to NULL in
query mode.

21 years agoImprove portability wrt. struct sockaddr_ipx.
Gerald Pfeifer [Thu, 23 Jan 2003 21:20:36 +0000 (21:20 +0000)] 
Improve portability wrt. struct sockaddr_ipx.

21 years agoProperly cast struct sockaddr_in* to struct sockaddr* where needed.
Gerald Pfeifer [Thu, 23 Jan 2003 21:20:19 +0000 (21:20 +0000)] 
Properly cast struct sockaddr_in* to struct sockaddr* where needed.

21 years agoAdded dead keys support using X input methods (based on a patch by
Alexandre Julliard [Thu, 23 Jan 2003 01:29:58 +0000 (01:29 +0000)] 
Added dead keys support using X input methods (based on a patch by
Dmitry Timoshkov).

21 years agoCreate an X input context for each top-level window.
Alexandre Julliard [Thu, 23 Jan 2003 01:28:12 +0000 (01:28 +0000)] 
Create an X input context for each top-level window.

21 years agoFixed ICOM_CALLs for IFont_xx methods.
Marcus Meissner [Thu, 23 Jan 2003 01:23:59 +0000 (01:23 +0000)] 
Fixed ICOM_CALLs for IFont_xx methods.
Added IPersistPropertyBag, IPersistStreamInit interfaces with stubs.
Implemented IDispatch::Invoke for the used DISPIDs.

21 years agoReturn number of bytes written when writing to DOS console using int21
Jukka Heinonen [Thu, 23 Jan 2003 01:23:01 +0000 (01:23 +0000)] 
Return number of bytes written when writing to DOS console using int21
function 0x40. Move some int21 functions to winedos.

21 years agoReorganize int10 code. Fix comments.
Jukka Heinonen [Thu, 23 Jan 2003 01:22:40 +0000 (01:22 +0000)] 
Reorganize int10 code. Fix comments.

21 years agoFixed initialization of szDevice in ICINFO.
Waldeck Schutzer [Thu, 23 Jan 2003 01:22:16 +0000 (01:22 +0000)] 
Fixed initialization of szDevice in ICINFO.

21 years agoImplement vertex and pixel fog.
Christian Costa [Thu, 23 Jan 2003 01:21:50 +0000 (01:21 +0000)] 
Implement vertex and pixel fog.
Fix fog color initialization.

21 years agoMake sure to always set X focus on the top-level window, not on
Alexandre Julliard [Tue, 21 Jan 2003 20:16:20 +0000 (20:16 +0000)] 
Make sure to always set X focus on the top-level window, not on
child windows.

21 years ago.txt files are handled by notepad.
Dan Kegel [Tue, 21 Jan 2003 20:15:14 +0000 (20:15 +0000)] 
.txt files are handled by notepad.

21 years agoAdded Windows-compatible start.exe.
Dan Kegel [Tue, 21 Jan 2003 20:14:36 +0000 (20:14 +0000)] 
Added Windows-compatible start.exe.

21 years agoChange SHChangeNotify to be Unicode and ANSI indifferent, as the type
Rolf Kalbermatter [Tue, 21 Jan 2003 19:36:24 +0000 (19:36 +0000)] 
Change SHChangeNotify to be Unicode and ANSI indifferent, as the type
of parameters is really defined by uFlags parameter.

21 years agoImplemented GetFileTitleW; GetFileTitleA now is a call to
Liu Spider [Tue, 21 Jan 2003 19:32:21 +0000 (19:32 +0000)] 
Implemented GetFileTitleW; GetFileTitleA now is a call to
GetFileTitleW.

21 years agoFix incorrect alphabetical order by last name.
Tom Wickline [Tue, 21 Jan 2003 19:31:20 +0000 (19:31 +0000)] 
Fix incorrect alphabetical order by last name.

21 years agoOnly declare variables we actually need.
Gerald Pfeifer [Tue, 21 Jan 2003 19:30:52 +0000 (19:30 +0000)] 
Only declare variables we actually need.

21 years agoPrint a large failure message if we try to load stdole32.tlb and
Marcus Meissner [Tue, 21 Jan 2003 19:29:33 +0000 (19:29 +0000)] 
Print a large failure message if we try to load stdole32.tlb and
fail.

21 years agoFixed problems with finding and listing all the video
Waldeck Schutzer [Tue, 21 Jan 2003 19:29:09 +0000 (19:29 +0000)] 
Fixed problems with finding and listing all the video
compression/decompression codecs.
Proper initialization of szDriver field in ICINFO by ICGetInfo.

21 years ago- Clear bits in structure passed to IOleCommandTarget_QueryStatus to
Robert Shearman [Tue, 21 Jan 2003 19:28:36 +0000 (19:28 +0000)] 
- Clear bits in structure passed to IOleCommandTarget_QueryStatus to
  show that we don't support any Exec's.
- Add two Exec cases that were found during testing.

21 years agoAllocate palette objects on the large gdi heap.
Rein Klazes [Tue, 21 Jan 2003 19:27:59 +0000 (19:27 +0000)] 
Allocate palette objects on the large gdi heap.

21 years agoEnsure using correct args during complement texture operations.
Jason Edmeades [Tue, 21 Jan 2003 00:41:32 +0000 (00:41 +0000)] 
Ensure using correct args during complement texture operations.

21 years agoMoved the IPX check so that the sys/socket.h check has already been
Alexandre Julliard [Tue, 21 Jan 2003 00:36:46 +0000 (00:36 +0000)] 
Moved the IPX check so that the sys/socket.h check has already been
done when we check for IPX headers.

21 years agoRestore the texture env mode on SetTexture - Fixes problem in
Jason Edmeades [Tue, 21 Jan 2003 00:30:27 +0000 (00:30 +0000)] 
Restore the texture env mode on SetTexture - Fixes problem in
codesampler demo.

21 years agoChanged MONITORINFOEXA,W definition to the one in MSDN which does not
Marcus Meissner [Tue, 21 Jan 2003 00:29:31 +0000 (00:29 +0000)] 
Changed MONITORINFOEXA,W definition to the one in MSDN which does not
cause gcc 3.3 warnings.

21 years agoAdd Desktop mode for 3 known bad working InstallShield versions.
Marcus Meissner [Tue, 21 Jan 2003 00:28:48 +0000 (00:28 +0000)] 
Add Desktop mode for 3 known bad working InstallShield versions.

21 years ago\ at EOL in string now behaves like in msvc6's rc.
Dan Kegel [Tue, 21 Jan 2003 00:28:28 +0000 (00:28 +0000)] 
\ at EOL in string now behaves like in msvc6's rc.

21 years agoAdded myself to authors section.
Tom Wickline [Tue, 21 Jan 2003 00:27:57 +0000 (00:27 +0000)] 
Added myself to authors section.
Updated last revision date.
Some small updates.

21 years agoProvide very much needed recommendations on how to write good error
Francois Gouget [Mon, 20 Jan 2003 23:36:22 +0000 (23:36 +0000)] 
Provide very much needed recommendations on how to write good error
messages.
It is now possible to use windows.h in conformance tests.
Adding myself to the authors list.

21 years agoCheck for sysparams keys in either the Win9x or NT locations. This
Francois Gouget [Mon, 20 Jan 2003 23:30:22 +0000 (23:30 +0000)] 
Check for sysparams keys in either the Win9x or NT locations. This
makes the test succeed on Win9x and NT4 platforms.
Add a 'strict' mode which specifically makes sure that the NT location
is set. In strict mode the test succeeds on Windows XP and Wine.

21 years agoRemove the obsolete wrc options: -A, -T, and -t.
Dimitrie O. Paun [Mon, 20 Jan 2003 23:29:27 +0000 (23:29 +0000)] 
Remove the obsolete wrc options: -A, -T, and -t.

21 years agoMake sure we always know about the 48 and 96kHz formats even if they
Francois Gouget [Mon, 20 Jan 2003 23:28:50 +0000 (23:28 +0000)] 
Make sure we always know about the 48 and 96kHz formats even if they
are not defined in the (old) Windows headers.

21 years agoInclude $prefix/include/wine/windows into the WINE include search path.
Marcus Meissner [Mon, 20 Jan 2003 23:27:49 +0000 (23:27 +0000)] 
Include $prefix/include/wine/windows into the WINE include search path.
wrc no longer understands -r (not needed).

21 years ago#include <stdlib.h> instead of the non-standard <malloc.h>.
Gerald Pfeifer [Mon, 20 Jan 2003 23:27:27 +0000 (23:27 +0000)] 
#include <stdlib.h> instead of the non-standard <malloc.h>.

21 years agoHandle more light states.
Christian Costa [Mon, 20 Jan 2003 23:27:08 +0000 (23:27 +0000)] 
Handle more light states.

21 years ago{Get,Set}ThreadPriorityBoost are stubs on Win98.
Francois Gouget [Mon, 20 Jan 2003 23:26:09 +0000 (23:26 +0000)] 
{Get,Set}ThreadPriorityBoost are stubs on Win98.

21 years agoExtend the code to set both the Win9x and the NT registry keys. Only
Francois Gouget [Mon, 20 Jan 2003 23:25:14 +0000 (23:25 +0000)] 
Extend the code to set both the Win9x and the NT registry keys. Only
the NT keys are authoritative (i.e. we set the Win9x keys but don't
re-read them).

21 years agoAdded optional OLESelfRegister to wine_common_ver.rc, used in
John K. Hohm [Mon, 20 Jan 2003 23:24:43 +0000 (23:24 +0000)] 
Added optional OLESelfRegister to wine_common_ver.rc, used in
dlls/comcat.

21 years agoMake D3D1..3 lights code rely on D3D7.
Christian Costa [Mon, 20 Jan 2003 23:24:05 +0000 (23:24 +0000)] 
Make D3D1..3 lights code rely on D3D7.

21 years agoOnly reload the mipmap images when dirty.
Jason Edmeades [Mon, 20 Jan 2003 23:23:41 +0000 (23:23 +0000)] 
Only reload the mipmap images when dirty.

21 years agoRemove some calls to HEAP_strdupAtoW from advapi32.
Matthew Davison [Mon, 20 Jan 2003 23:23:12 +0000 (23:23 +0000)] 
Remove some calls to HEAP_strdupAtoW from advapi32.

21 years agoFix reversed hour and minute in int 21 ah=2c.
Lawson Whitney [Mon, 20 Jan 2003 23:22:27 +0000 (23:22 +0000)] 
Fix reversed hour and minute in int 21 ah=2c.

21 years agoRelease 20030115. wine-20030115
Alexandre Julliard [Thu, 16 Jan 2003 02:42:01 +0000 (02:42 +0000)] 
Release 20030115.

21 years agoRemoved flag checks in SetMenuItemInfoA, NT doesn't do this.
Alexandre Julliard [Thu, 16 Jan 2003 01:17:34 +0000 (01:17 +0000)] 
Removed flag checks in SetMenuItemInfoA, NT doesn't do this.

21 years agoWarn if open_count is already 0 when OSS_CloseDevice is called.
Francois Gouget [Thu, 16 Jan 2003 01:16:46 +0000 (01:16 +0000)] 
Warn if open_count is already 0 when OSS_CloseDevice is called.
Don't decrement it in that case.

21 years agoThe Minolta DiMAGE Image Viewer relies on Global{,Re}Alloc called with
Michael Stefaniuc [Thu, 16 Jan 2003 00:21:04 +0000 (00:21 +0000)] 
The Minolta DiMAGE Image Viewer relies on Global{,Re}Alloc called with
the GMEM_MOVEABLE flag set, to allocate the exact specified size and
no byte more when size is a multiple of 8. To achieve this align the
storage needed for the HGLOBAL in the heap to 8byte boundary.

21 years agoUse the same 8/16bit conversion routines as in pcmconverter.c.
Francois Gouget [Thu, 16 Jan 2003 00:20:07 +0000 (00:20 +0000)] 
Use the same 8/16bit conversion routines as in pcmconverter.c.
Reorder the two ifs in the first part of cp_fields to simplify the
code.

21 years agoSetFormat may not change the primary buffer format as requested.
Francois Gouget [Thu, 16 Jan 2003 00:19:49 +0000 (00:19 +0000)] 
SetFormat may not change the primary buffer format as requested.
Dump the effective format and prepare the tone signal accordingly.
Play tones from the secondary buffers at -3dB rather than -12dB.
Always print the volume the tone is going to be played at.
Remove the gamedev URL.

21 years agoDon't use old_spacing-1 if old_spacing already has the minimum value.
Francois Gouget [Thu, 16 Jan 2003 00:19:24 +0000 (00:19 +0000)] 
Don't use old_spacing-1 if old_spacing already has the minimum value.

21 years agoReturn MMSYS_NOERROR even if we don't open the device with the
Francois Gouget [Thu, 16 Jan 2003 00:19:04 +0000 (00:19 +0000)] 
Return MMSYS_NOERROR even if we don't open the device with the
requested format, otherwise OSS_OpenDevice will not increment
open_count.
Use -1 to signal OSS_RawOpenDevice not to do ioctls because 0 is
ambiguous (also means mono as opposed to stereo).

21 years agoCorrect GetDateFormat handling of uninitialised fields: only the year,
Bill Medland [Thu, 16 Jan 2003 00:18:34 +0000 (00:18 +0000)] 
Correct GetDateFormat handling of uninitialised fields: only the year,
month and day fields matter; the rest may be uninitialised.

21 years agook() does not support '%S'. Store the Ansi version, convert to Unicode
Francois Gouget [Thu, 16 Jan 2003 00:11:32 +0000 (00:11 +0000)] 
ok() does not support '%S'. Store the Ansi version, convert to Unicode
when needed, and print the Ansi version using ok().
Fix 'value is so large it is unsigned' warnings.

21 years agoUse proper file sharing parameters when opening files.
Alexandre Julliard [Wed, 15 Jan 2003 03:35:32 +0000 (03:35 +0000)] 
Use proper file sharing parameters when opening files.
Fixed handling of 'if a == b' syntax in batch files.

21 years agoTranslated some remaining English words.
Juergen Schmied [Wed, 15 Jan 2003 03:33:08 +0000 (03:33 +0000)] 
Translated some remaining English words.

21 years agoFixed typo.
Alexandre Julliard [Wed, 15 Jan 2003 03:32:22 +0000 (03:32 +0000)] 
Fixed typo.

21 years agoDefine __stdcall in msvcrt/process.h if windef.h hasn't been included.
Alexandre Julliard [Wed, 15 Jan 2003 03:31:49 +0000 (03:31 +0000)] 
Define __stdcall in msvcrt/process.h if windef.h hasn't been included.

21 years agoGive some functions real names.
Juergen Schmied [Wed, 15 Jan 2003 00:53:39 +0000 (00:53 +0000)] 
Give some functions real names.