wine
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.

21 years ago- Added a "runCmd" function, based on Andreas Mohr's
Shachar Shemesh [Wed, 15 Jan 2003 00:52:36 +0000 (00:52 +0000)] 
- Added a "runCmd" function, based on Andreas Mohr's
  "BOOT_CreateProcess" function.
- Added a function "ProcessRunKeys", to process all the keys that have
  the common "Run" syntax.
- Called the new function from main for all the various keys.

21 years agoFail SetMenuItemInfo if both MFT_BITMAP and MFT_SEPARATOR are
Mike Hearn [Wed, 15 Jan 2003 00:51:38 +0000 (00:51 +0000)] 
Fail SetMenuItemInfo if both MFT_BITMAP and MFT_SEPARATOR are
specified (an api violation).

21 years agoMake GetPrinterDriverDirectoryA pass all tests.
Stefan Leichter [Wed, 15 Jan 2003 00:51:16 +0000 (00:51 +0000)] 
Make GetPrinterDriverDirectoryA pass all tests.

21 years agoAdded tests for GetPrinterDriverDirectoryA.
Stefan Leichter [Wed, 15 Jan 2003 00:50:48 +0000 (00:50 +0000)] 
Added tests for GetPrinterDriverDirectoryA.

21 years agoSeparate the HINSTANCEs used by GetShellOle() and other delay load
Robert Shearman [Wed, 15 Jan 2003 00:45:19 +0000 (00:45 +0000)] 
Separate the HINSTANCEs used by GetShellOle() and other delay load
functions.

21 years agoInitialize the pwave array whenever we don't have a hardware buffer.
Francois Gouget [Wed, 15 Jan 2003 00:44:50 +0000 (00:44 +0000)] 
Initialize the pwave array whenever we don't have a hardware buffer.
Always create the wineoss thread.
Change the mmap ERR into a TRACE: there are normal circumstances where
mmap will fail and we can deal with them.

21 years agoFixed wine_ldt_copy importing on cygwin.
Jeroen Janssen [Wed, 15 Jan 2003 00:44:00 +0000 (00:44 +0000)] 
Fixed wine_ldt_copy importing on cygwin.

21 years agoRemove (POINTER)NULL casts.
Francois Gouget [Tue, 14 Jan 2003 23:43:41 +0000 (23:43 +0000)] 
Remove (POINTER)NULL casts.

21 years agoHandle the WS_EX_LEFTSCROLLBAR style (that is, draw the vertical
Alberto Massari [Tue, 14 Jan 2003 23:41:01 +0000 (23:41 +0000)] 
Handle the WS_EX_LEFTSCROLLBAR style (that is, draw the vertical
scrollbar on the left side of the control).

21 years ago- beginning of vertex matrix blending using extensions (currently
Raphael Junqueira [Tue, 14 Jan 2003 23:12:37 +0000 (23:12 +0000)] 
- beginning of vertex matrix blending using extensions (currently
  alpha alpha stage as i haven't understand needed extension behavior)
- modify SetRenderState for matrix blending specific params
- by default diffuse color is white ;)
- comments most of the traces (else flood ...)
- add more urls in comments
- indent, cleanups

21 years agoBeginning of more COM compliant behavior:
Raphael Junqueira [Tue, 14 Jan 2003 23:05:39 +0000 (23:05 +0000)] 
Beginning of more COM compliant behavior:
- AddRef/Release where needed
- use IUnknown* instead void*
- fix many GetDevice using AddRef
- fix IDirect3DSurface8Impl_GetContainer using QueryInterface

21 years agoCopyrect should flag destination texture as dirty, to force it to be
Jason Edmeades [Tue, 14 Jan 2003 22:53:50 +0000 (22:53 +0000)] 
Copyrect should flag destination texture as dirty, to force it to be
reloaded.

21 years agoAdd support for some of the texture address states and border colour.
Jason Edmeades [Tue, 14 Jan 2003 22:50:00 +0000 (22:50 +0000)] 
Add support for some of the texture address states and border colour.

21 years ago- move input and output data in VertexShader struct
Raphael Junqueira [Tue, 14 Jan 2003 20:29:33 +0000 (20:29 +0000)] 
- move input and output data in VertexShader struct
- better traces
- specific input data filling function for vertex shaders using vertex
  shader declaration (and not FVF ... maybe FVF will return for fast
  path with simples vertex shader declarations)
- huge vertex shader fixes:
  - add and fix many vs (1.0->2.0) used opcodes in complex shaders
  - improvements to programs parser: parse comments, version, ..
  - add a vertex shader input filler function (parsing vertex shader
    declaration): almost complete
- comments most of the traces (else flood ...)
- add more urls in comments
- indent, cleanups

21 years agoCheck for vsnprintf and _vsnprintf, and define vsnprintf with
Steven Edwards [Tue, 14 Jan 2003 19:35:03 +0000 (19:35 +0000)] 
Check for vsnprintf and _vsnprintf, and define vsnprintf with
_vsnprintf if needed.

21 years agoUpdated authors e-mail adresses.
Tom Wickline [Tue, 14 Jan 2003 19:33:33 +0000 (19:33 +0000)] 
Updated authors e-mail adresses.
Added my e-mail to the list.

21 years ago- Added listing of what the boot process is like, listing what is and
Shachar Shemesh [Tue, 14 Jan 2003 19:33:12 +0000 (19:33 +0000)] 
- Added listing of what the boot process is like, listing what is and
  what is not (yet) done.
- Fixed incorrect statement in the "bugs" list.
- Added trace when everything is done.

21 years agoCheck for pending X events before getting queue status.
Duane Clark [Tue, 14 Jan 2003 19:32:42 +0000 (19:32 +0000)] 
Check for pending X events before getting queue status.

21 years ago- Align the cleanup phase of ReleaseStgMedium to the native API.
Alberto Massari [Tue, 14 Jan 2003 19:32:14 +0000 (19:32 +0000)] 
- Align the cleanup phase of ReleaseStgMedium to the native API.
- When the data is a bitmap or an enhanced metafile, use the correct
  data member.

21 years agoStubs for Un|LockServiceDatabase.
Uwe Bonnes [Tue, 14 Jan 2003 19:31:44 +0000 (19:31 +0000)] 
Stubs for Un|LockServiceDatabase.

21 years agoAdded cone support.
Rok Mandeljc [Tue, 14 Jan 2003 19:31:08 +0000 (19:31 +0000)] 
Added cone support.

21 years agoPost correct notification code on WM_CLOSE for dialogs.
Dmitry Timoshkov [Tue, 14 Jan 2003 19:29:15 +0000 (19:29 +0000)] 
Post correct notification code on WM_CLOSE for dialogs.

21 years agoMove internal implementation into the exported function
Robert Shearman [Tue, 14 Jan 2003 19:28:49 +0000 (19:28 +0000)] 
Move internal implementation into the exported function
DrawMenuBarTemp.

21 years ago- Add some stubs.
Robert Shearman [Mon, 13 Jan 2003 20:44:13 +0000 (20:44 +0000)] 
- Add some stubs.
- Implement kernel32.FatalExit.

21 years agoAdd version info to dinput.
Enrico Horn [Mon, 13 Jan 2003 20:41:18 +0000 (20:41 +0000)] 
Add version info to dinput.

21 years agoAdd version info to dll/dsound.
Enrico Horn [Mon, 13 Jan 2003 20:40:45 +0000 (20:40 +0000)] 
Add version info to dll/dsound.

21 years agoUpdate the registry keys of SPI_ICONHORIZONTALSPACING,
Francois Gouget [Mon, 13 Jan 2003 20:40:22 +0000 (20:40 +0000)] 
Update the registry keys of SPI_ICONHORIZONTALSPACING,
SPI_ICONVERTICALSPACING and SPI_SETICONTITLEWRAP to match XP.
The SPI_SETBORDER test leaves an incorect border setting and is just
too erratic: comment it out for now.
Modified the SPI_ICONHORIZONTALSPACING, SPI_ICONVERTICALSPACING and
SPI_SETWORKAREA to not cause the icons to be reorganized.
Don't test out-of-bound values for SPI_SETKEYBOARDSPEED as behavior
differs accross Windows platforms.
On Win9x the maximum value for SPI_SETSCREENSAVETIMEOUT is 32767.
The registry keys and values stored in them for
SPI_ICONHORIZONTALSPACING and SPI_ICONVERTICALSPACING depend on the
Windows platform: ignore them.
No Windows platform seems to SPI_SETFASTTASKSWITCH: no longer test it.
The lParam of WM_SETTINGCHANGE is quite useless (even the MSDN says
so!) and varies accross Windows platforms. Ignore it.
Always check the SystemParametersInfoA return code as it fails in very
strange ways on some platforms. Skip unsupported settings.
Skip Unicode tests on platforms that don't support it.

21 years agoSupport a few trivial cases in PropVariantClear.
Robert Shearman [Mon, 13 Jan 2003 20:37:39 +0000 (20:37 +0000)] 
Support a few trivial cases in PropVariantClear.

21 years agoAlignRects stub.
Robert Shearman [Mon, 13 Jan 2003 20:36:39 +0000 (20:36 +0000)] 
AlignRects stub.

21 years agoAdded configure check for regex.h.
Alexandre Julliard [Mon, 13 Jan 2003 18:41:40 +0000 (18:41 +0000)] 
Added configure check for regex.h.

21 years agoAdded missing .so files in 3:2.
Tom Wickline [Mon, 13 Jan 2003 18:35:55 +0000 (18:35 +0000)] 
Added missing .so files in 3:2.
Added winemaker in 3:3.
Added missing .h files in 3:4.
Added doc html files in 3:5.

21 years agoDefine the (old name) struct stat, it is used by programs using the
Dimitrie O. Paun [Mon, 13 Jan 2003 18:31:53 +0000 (18:31 +0000)] 
Define the (old name) struct stat, it is used by programs using the
old names.

21 years agoExtend version info.
Enrico Horn [Mon, 13 Jan 2003 18:31:19 +0000 (18:31 +0000)] 
Extend version info.

21 years agoUpdate the 'DIRECTDRAW7' flag according to the interface initialized.
Lionel Ulmer [Mon, 13 Jan 2003 18:30:47 +0000 (18:30 +0000)] 
Update the 'DIRECTDRAW7' flag according to the interface initialized.

21 years agoFix the case of floats in VarBstrFromR4, VarBstrFromR8 and
Francois Gouget [Mon, 13 Jan 2003 18:30:18 +0000 (18:30 +0000)] 
Fix the case of floats in VarBstrFromR4, VarBstrFromR8 and
VarBstrFromCy.
We cannot check for equality of floats or doubles because of rounding
errors. Check equality to 14 digits for doubles.
Add more precision to the expected results so that they match actual
results.
Print floating values with more precision so we know what went wrong.
Specify the locale for all variant functions that depend on it.
Added return codes for Win95. Win95 returns dates with only two digits
for the year.
Uncommented more VariantCopyInd and VariantChangeTypeEx tests.

21 years agoUse only Ansi APIs for cleaning up the registry.
Francois Gouget [Mon, 13 Jan 2003 18:29:31 +0000 (18:29 +0000)] 
Use only Ansi APIs for cleaning up the registry.
Skip Unicode tests if the Unicode APIs are not implemented.
If the value name buffer is too small, Win9x returns the number of
characters returned as specified in the MSDN while other Windows
return the number of bytes written (including the trailing '\0').

21 years agoSPI_GETMINIMIZEDMETRICS implemented.
Robert Shearman [Mon, 13 Jan 2003 18:29:03 +0000 (18:29 +0000)] 
SPI_GETMINIMIZEDMETRICS implemented.

21 years agoAdded tests for environment variables, debug and suspend flags.
Eric Pouech [Mon, 13 Jan 2003 18:28:43 +0000 (18:28 +0000)] 
Added tests for environment variables, debug and suspend flags.

21 years agoWarning fixes.
Alexandre Julliard [Sat, 11 Jan 2003 22:50:15 +0000 (22:50 +0000)] 
Warning fixes.

21 years agoUse inline functions instead of macros to avoid problems in C++.
Dimitrie O. Paun [Sat, 11 Jan 2003 22:49:54 +0000 (22:49 +0000)] 
Use inline functions instead of macros to avoid problems in C++.
Inline functions respect scope, whereas macros don't.
Define umask in sys/stat.h, and mode_t in sys/types.h.

21 years agoAdded 'info symbol' command to look for defined symbols.
Eric Pouech [Sat, 11 Jan 2003 22:48:42 +0000 (22:48 +0000)] 
Added 'info symbol' command to look for defined symbols.

21 years agoAdded a few more stubs.
Eric Pouech [Sat, 11 Jan 2003 22:48:11 +0000 (22:48 +0000)] 
Added a few more stubs.

21 years agoModify OSS_Wave{In,Out}Init to report the exact capabilities of the
Francois Gouget [Sat, 11 Jan 2003 22:47:51 +0000 (22:47 +0000)] 
Modify OSS_Wave{In,Out}Init to report the exact capabilities of the
OSS driver.
Add support for the 48kHz and 96kHz formats.

21 years agoSome code cleanups.
Eric Pouech [Sat, 11 Jan 2003 22:47:21 +0000 (22:47 +0000)] 
Some code cleanups.
Better error handling.
Removed unneeded internal variables.

21 years agoPrint the message name for registered messages.
Alexandre Julliard [Sat, 11 Jan 2003 21:07:50 +0000 (21:07 +0000)] 
Print the message name for registered messages.

21 years agoFixed EOF return value for sscanf.
Alexandre Julliard [Sat, 11 Jan 2003 21:06:02 +0000 (21:06 +0000)] 
Fixed EOF return value for sscanf.

21 years agoReimplemented DllRegisterServer and DllUnregisterServer in a more
John K. Hohm [Sat, 11 Jan 2003 21:05:15 +0000 (21:05 +0000)] 
Reimplemented DllRegisterServer and DllUnregisterServer in a more
generally useful way, entirely in regsvr.c.  Added (un)registration of
interfaces.

21 years agoRemoved the FIXMEs when performing MoveFileEx with
Shachar Shemesh [Sat, 11 Jan 2003 21:03:18 +0000 (21:03 +0000)] 
Removed the FIXMEs when performing MoveFileEx with
MOVEFILE_DELAY_UNTIL_REBOOT, as wineboot will now take care of it.

21 years agoImplemented the "pending rename" registry processing.
Shachar Shemesh [Sat, 11 Jan 2003 21:02:50 +0000 (21:02 +0000)] 
Implemented the "pending rename" registry processing.

21 years agoAllow C++ comments after #endif.
Johannes E. Schindelin [Sat, 11 Jan 2003 21:02:03 +0000 (21:02 +0000)] 
Allow C++ comments after #endif.

21 years agoCreate stubs for chsize, dup, and dup2.
Dimitrie O. Paun [Sat, 11 Jan 2003 21:01:04 +0000 (21:01 +0000)] 
Create stubs for chsize, dup, and dup2.

21 years agoAdded the GUI part for setting the edition mode flavor.
Eric Pouech [Sat, 11 Jan 2003 21:00:20 +0000 (21:00 +0000)] 
Added the GUI part for setting the edition mode flavor.

21 years agoRemoved non needed include of module.h.
Eric Pouech [Sat, 11 Jan 2003 20:59:20 +0000 (20:59 +0000)] 
Removed non needed include of module.h.

21 years agoCoerce VT_UNKNOWN <-> VT_DISPATCH, NULL is valid in these cases.
Marcus Meissner [Sat, 11 Jan 2003 20:58:58 +0000 (20:58 +0000)] 
Coerce VT_UNKNOWN <-> VT_DISPATCH, NULL is valid in these cases.
Drop VT_x -> VT_x coercions, they are handled before the switch()
already.

21 years agoConvert VT_DISPATCH variants into VT_USERDEFINED/TKIND_DISPATCH and
Marcus Meissner [Sat, 11 Jan 2003 20:58:35 +0000 (20:58 +0000)] 
Convert VT_DISPATCH variants into VT_USERDEFINED/TKIND_DISPATCH and
TKIND_INTERFACE targets, Query IID_IDispatch if necessary.

21 years agoImplemented CoGetTreatAsClass.
Marcus Meissner [Sat, 11 Jan 2003 20:58:10 +0000 (20:58 +0000)] 
Implemented CoGetTreatAsClass.

21 years agoAdded windres compatibility switches: -v, --[no-]use-temp-file.
Dimitrie O. Paun [Sat, 11 Jan 2003 20:55:18 +0000 (20:55 +0000)] 
Added windres compatibility switches: -v, --[no-]use-temp-file.
New -h option to conform to standard practice (and MS' rc).
Updated documentation, minor option parsing cleanup.

21 years agoDSB.SetFormat:Trace the requested format as soon as possible in case
Francois Gouget [Sat, 11 Jan 2003 20:54:56 +0000 (20:54 +0000)] 
DSB.SetFormat:Trace the requested format as soon as possible in case
it is not supported and simplify validity check.
Initialize the buffer format, and only from the fields we checked.
DirectSoundCreate8 fully initializes the buffer format (just in case).

21 years agoDefine qsort and bsearch in stdlib.h.
Dimitrie O. Paun [Sat, 11 Jan 2003 20:54:19 +0000 (20:54 +0000)] 
Define qsort and bsearch in stdlib.h.

21 years agoAdd dirent.h header for Unix/mingw compatibility.
Dimitrie O. Paun [Sat, 11 Jan 2003 20:54:06 +0000 (20:54 +0000)] 
Add dirent.h header for Unix/mingw compatibility.

21 years agoFix latent deadlock in DSOUND_callback.
Francois Gouget [Sat, 11 Jan 2003 20:53:43 +0000 (20:53 +0000)] 
Fix latent deadlock in DSOUND_callback.

21 years ago- return EOF when stream is empty
Mehmet Yasar [Sat, 11 Jan 2003 20:53:22 +0000 (20:53 +0000)] 
- return EOF when stream is empty
- conformance test updated

21 years agoFixed handling of trailing whitespace after #else and #endif.
Alexandre Julliard [Fri, 10 Jan 2003 01:49:00 +0000 (01:49 +0000)] 
Fixed handling of trailing whitespace after #else and #endif.

21 years agoAdded Simplified Chinese resources.
Liu Spider [Fri, 10 Jan 2003 01:48:14 +0000 (01:48 +0000)] 
Added Simplified Chinese resources.

21 years agoAdd unistd.h files for mingw/Unix compatibility.
Dimitrie O. Paun [Fri, 10 Jan 2003 01:47:48 +0000 (01:47 +0000)] 
Add unistd.h files for mingw/Unix compatibility.

21 years ago3d sound diminishes with distance.
Rok Mandeljc [Fri, 10 Jan 2003 01:46:36 +0000 (01:46 +0000)] 
3d sound diminishes with distance.

21 years agoFixed crash in winamp reported by Andreas Mohr.
Juergen Schmied [Fri, 10 Jan 2003 01:46:15 +0000 (01:46 +0000)] 
Fixed crash in winamp reported by Andreas Mohr.

21 years agoFix recently broken GetDisplayNamesOf of names of shell extension
Juergen Schmied [Fri, 10 Jan 2003 01:45:57 +0000 (01:45 +0000)] 
Fix recently broken GetDisplayNamesOf of names of shell extension
dlls.

21 years agoChange types of WPARAM, LPARAM and LRESULT according to MS SDK definitions.
Dmitry Timoshkov [Fri, 10 Jan 2003 01:45:13 +0000 (01:45 +0000)] 
Change types of WPARAM, LPARAM and LRESULT according to MS SDK definitions.

21 years agoSupport default output name (a.out); some configure scripts check for
Dimitrie O. Paun [Fri, 10 Jan 2003 01:44:52 +0000 (01:44 +0000)] 
Support default output name (a.out); some configure scripts check for
it.

21 years agoSet correct last error if the path contains wildcard characters.
Shachar Shemesh [Fri, 10 Jan 2003 01:44:24 +0000 (01:44 +0000)] 
Set correct last error if the path contains wildcard characters.

21 years agoAdded GIF decompressor support to OLE Automation IPictures.
Marcus Meissner [Thu, 9 Jan 2003 06:04:33 +0000 (06:04 +0000)] 
Added GIF decompressor support to OLE Automation IPictures.

21 years agoCalculate starting position for a copyrect correctly.
Jason Edmeades [Thu, 9 Jan 2003 06:02:39 +0000 (06:02 +0000)] 
Calculate starting position for a copyrect correctly.

21 years agoAdded an edition mode flavor (win32/emacs...) to the console settings
Eric Pouech [Thu, 9 Jan 2003 06:01:51 +0000 (06:01 +0000)] 
Added an edition mode flavor (win32/emacs...) to the console settings
in the registry.

21 years agoSet the edition mode as a specific attribute, not an extension of the
Eric Pouech [Thu, 9 Jan 2003 06:01:32 +0000 (06:01 +0000)] 
Set the edition mode as a specific attribute, not an extension of the
console mode.

21 years agoRemoved emacs edition flavor (it's now a console attribute).
Eric Pouech [Thu, 9 Jan 2003 06:00:09 +0000 (06:00 +0000)] 
Removed emacs edition flavor (it's now a console attribute).

21 years agoIf bit/stretchblt source and destination DCs are the same, make sure
Duane Clark [Thu, 9 Jan 2003 05:59:47 +0000 (05:59 +0000)] 
If bit/stretchblt source and destination DCs are the same, make sure
the changes are committed before unlocking.

21 years agoDo not define __WINESRC__ when building tools and miscemu.
Alexandre Julliard [Thu, 9 Jan 2003 01:57:15 +0000 (01:57 +0000)] 
Do not define __WINESRC__ when building tools and miscemu.

21 years agoRemove global NONAMELESS* define for tests too.
Alexandre Julliard [Thu, 9 Jan 2003 01:56:27 +0000 (01:56 +0000)] 
Remove global NONAMELESS* define for tests too.

21 years agoRegenerated with latest widl.
Alexandre Julliard [Thu, 9 Jan 2003 01:10:14 +0000 (01:10 +0000)] 
Regenerated with latest widl.

21 years agoAdded a few rules to rebuild idl headers.
Alexandre Julliard [Thu, 9 Jan 2003 01:09:16 +0000 (01:09 +0000)] 
Added a few rules to rebuild idl headers.

21 years agoDeclare user-marshaller prototypes for types declared with [wire_marshal].
Ove Kaaven [Thu, 9 Jan 2003 01:05:54 +0000 (01:05 +0000)] 
Declare user-marshaller prototypes for types declared with [wire_marshal].
Define __WIDL__ preprocessor macro, so Wine-specific IDL can be enclosed
in #ifdef __WIDL__. Fixed a file output bug.

21 years agoAdded Simplified Chinese resources.
Liu Spider [Thu, 9 Jan 2003 00:51:09 +0000 (00:51 +0000)] 
Added Simplified Chinese resources.

21 years agoAdd implementation for PathCreateFromUrlW and add the start for some
Matthew Mastracci [Thu, 9 Jan 2003 00:50:17 +0000 (00:50 +0000)] 
Add implementation for PathCreateFromUrlW and add the start for some
URL unit tests.

21 years agoCheck and define AS (for cross/biarch compiler support).
Marcus Meissner [Thu, 9 Jan 2003 00:46:54 +0000 (00:46 +0000)] 
Check and define AS (for cross/biarch compiler support).

21 years agoAdd -gstabs+ option if supported (based on a patch by Marcus
Alexandre Julliard [Thu, 9 Jan 2003 00:42:26 +0000 (00:42 +0000)] 
Add -gstabs+ option if supported (based on a patch by Marcus
Meissner).

21 years agoCollapse the -hHrs options into the -O option.
Dimitrie O. Paun [Thu, 9 Jan 2003 00:03:53 +0000 (00:03 +0000)] 
Collapse the -hHrs options into the -O option.
Generate .res files by default.

21 years agoImplemented GetModuleBaseName(AW), GetModuleFileNameEx(AW) and
Eric Pouech [Thu, 9 Jan 2003 00:02:26 +0000 (00:02 +0000)] 
Implemented GetModuleBaseName(AW), GetModuleFileNameEx(AW) and
GetModuleInformation.