wine
20 years agoAdd audio tab with first pass at autodetection of audio driver.
Chris Morgan [Tue, 20 Jan 2004 02:07:35 +0000 (02:07 +0000)] 
Add audio tab with first pass at autodetection of audio driver.
Double clicking a drive entry brings up drive edit window.

20 years agoAdded notify and property set to dsound output driver.
Robert Reif [Tue, 20 Jan 2004 01:47:27 +0000 (01:47 +0000)] 
Added notify and property set to dsound output driver.
Cleaned up existing notify and property set for capture.

20 years agoFixed thread handle leaks.
Robert Reif [Tue, 20 Jan 2004 01:45:05 +0000 (01:45 +0000)] 
Fixed thread handle leaks.

20 years ago- RtlGetFullPathName_U: rewritten so that the source & destination
Eric Pouech [Tue, 20 Jan 2004 01:40:23 +0000 (01:40 +0000)] 
- RtlGetFullPathName_U: rewritten so that the source & destination
  buffer can be the same
- GetFullPathName[AW]: now call RtlGetFullPathName_U
- GetShortPathNameW: fixed regression introduced in last patch

20 years ago- fix typos in shelllink.c header comment and a struct comment
Martin Fuchs [Tue, 20 Jan 2004 01:37:24 +0000 (01:37 +0000)] 
- fix typos in shelllink.c header comment and a struct comment
- corrected SCF_UNICODE constant and use the value of SCF_UNC instead
- implemented IShellLink_ConstructFromFile() to read shell links from
  files
- call IShellLink_ConstructFromFile() in ISF_..._fnGetUIObjectOf()
  when being queried for IShellLink interface

20 years agoRegedit GUI enhancements with new Windows-like icons.
Thomas Weidenmueller [Tue, 20 Jan 2004 01:33:02 +0000 (01:33 +0000)] 
Regedit GUI enhancements with new Windows-like icons.

20 years ago- fix typo
Martin Fuchs [Tue, 20 Jan 2004 01:26:39 +0000 (01:26 +0000)] 
- fix typo
- return string length from SHELL32_GUIDToStringA()

20 years agoFixed DOS EXE loader for the case where we realy have only 4 bytes on
Michael Stefaniuc [Tue, 20 Jan 2004 01:25:17 +0000 (01:25 +0000)] 
Fixed DOS EXE loader for the case where we realy have only 4 bytes on
the last page of the exe.

20 years agoYet another update.
Ivan Leo Murray-Smith [Tue, 20 Jan 2004 01:24:27 +0000 (01:24 +0000)] 
Yet another update.

20 years agoRemove obsolete information about win3.1 drivers.
Ivan Leo Murray-Smith [Tue, 20 Jan 2004 01:23:04 +0000 (01:23 +0000)] 
Remove obsolete information about win3.1 drivers.

20 years agoDisable the exec shield workaround for now, it's causing too much
Alexandre Julliard [Tue, 20 Jan 2004 00:28:01 +0000 (00:28 +0000)] 
Disable the exec shield workaround for now, it's causing too much
trouble.

20 years agoRemoved useless warning.
Alexandre Julliard [Tue, 20 Jan 2004 00:24:22 +0000 (00:24 +0000)] 
Removed useless warning.

20 years ago- updated resources to DX9
Rok Mandeljc [Tue, 20 Jan 2004 00:21:40 +0000 (00:21 +0000)] 
- updated resources to DX9
- completely rewritten headers (DX9 compat.; look much nicer now ;=)
- removed IDirectMusicSong and IDirectMusicMelodyFormulationTrack
  (which are removed from DX9; weren't implemented in DX8 anyway)
- combined/simplified IDirectMusicSomething / IDirectMusicObject /
  IPersistStream for objects that support loading
- implemented IDirectMusicObject on all such objects; via generic
  functions
- combined IDirectMusicTrack(8)/IPersistStream on all tracks
- fully implemented IDirectMusicContainer (at least 90% if there are
  no private interfaces)
- implemented IDirectMusicCollection (99% work & MS compliant
  behaviour; except for instruments)
- tried to implement IDirectMusicInstrument (unfortunately uses some
  dirty private interfaces... :(
- added dswave.dll; DirectMusic Wave
- some changes in style
- many, many more ;)

20 years ago- move IShellFolder_fnGetDisplayNameOf() contents into a new function
Martin Fuchs [Mon, 19 Jan 2004 23:54:55 +0000 (23:54 +0000)] 
- move IShellFolder_fnGetDisplayNameOf() contents into a new function
  SHELL_FS_ProcessDisplayFilename() to call it also in
  ISF_Desktop_fnGetDisplayNameOf() and do the same file system
  processing for the desktop level
- handle hidden file extensions in SHELL_FS_ProcessDisplayFilename(),
  that are configured by "NeverShowExt" in the registry

20 years agoSwap arguments of LocalAlloc and only update Malloc32 block on
Ge van Geldorp [Mon, 19 Jan 2004 23:42:34 +0000 (23:42 +0000)] 
Swap arguments of LocalAlloc and only update Malloc32 block on
successful allocation.

20 years agoAdded a link to the Microsoft download page of the Visual Basic
Ivan Leo Murray-Smith [Mon, 19 Jan 2004 23:41:14 +0000 (23:41 +0000)] 
Added a link to the Microsoft download page of the Visual Basic
runtime environment.

20 years agoFixed an error message.
Alexandre Julliard [Mon, 19 Jan 2004 21:55:32 +0000 (21:55 +0000)] 
Fixed an error message.

20 years agoFull implementation of OpenThemeData, CloseThemeData, and
Kevin Koltzau [Mon, 19 Jan 2004 21:52:09 +0000 (21:52 +0000)] 
Full implementation of OpenThemeData, CloseThemeData, and
IsThemePartDefined
Export undocumented functions by ordinal only (to match Microsoft's
uxtheme).

20 years agoFix compilation if Freetype isn't installed.
Huw Davies [Mon, 19 Jan 2004 21:51:45 +0000 (21:51 +0000)] 
Fix compilation if Freetype isn't installed.

20 years agoDirectly use the hook proc for the custom template dialog rather than
Huw Davies [Mon, 19 Jan 2004 21:51:29 +0000 (21:51 +0000)] 
Directly use the hook proc for the custom template dialog rather than
calling it through another dlgproc.
Deliver the old style file_ok message with SendMessage, this allows
the dialog to be subclassed (as ATL/WTL does).
Only deliver this message if the app didn't reject the WM_NOTIFY
message.

20 years agoAdd missing comma.
Hans Leidekker [Mon, 19 Jan 2004 21:48:21 +0000 (21:48 +0000)] 
Add missing comma.

20 years agoDPA_Create is missing from all recent import libraries so use
Francois Gouget [Mon, 19 Jan 2004 21:47:35 +0000 (21:47 +0000)] 
DPA_Create is missing from all recent import libraries so use
GetProcAddress to load it.
Add '\n' to 'ok' calls.

20 years agoImplemented PathFileExistsAndAttributesA/W function.
Rolf Kalbermatter [Mon, 19 Jan 2004 21:46:14 +0000 (21:46 +0000)] 
Implemented PathFileExistsAndAttributesA/W function.

20 years agoDon't use CreateFileMapping on a zero length file.
Mike McCormack [Mon, 19 Jan 2004 21:44:02 +0000 (21:44 +0000)] 
Don't use CreateFileMapping on a zero length file.

20 years agoAdd trailing '\n's to ok() calls.
Francois Gouget [Mon, 19 Jan 2004 21:43:43 +0000 (21:43 +0000)] 
Add trailing '\n's to ok() calls.

20 years agoUse the exported FONTENUMPROCW as parameter in the EnumDeviceFonts
Alexandre Julliard [Sun, 18 Jan 2004 23:35:12 +0000 (23:35 +0000)] 
Use the exported FONTENUMPROCW as parameter in the EnumDeviceFonts
driver function instead of defining a private function type.

20 years agoWindows rename() needs an unlink() first (reported by Steven
Alexandre Julliard [Sun, 18 Jan 2004 23:32:56 +0000 (23:32 +0000)] 
Windows rename() needs an unlink() first (reported by Steven
Edwards).

20 years agoAdded a new flag to wrc, to be used to assess translations
Vincent Béron [Sun, 18 Jan 2004 23:24:04 +0000 (23:24 +0000)] 
Added a new flag to wrc, to be used to assess translations
advancement.

20 years agoUpdate of Portuguese resources.
Marcelo Duarte [Sun, 18 Jan 2004 23:18:33 +0000 (23:18 +0000)] 
Update of Portuguese resources.

20 years agoShellView_CreateList(), SIC_Initialize(): enable transparent icons on
Martin Fuchs [Sun, 18 Jan 2004 23:17:32 +0000 (23:17 +0000)] 
ShellView_CreateList(), SIC_Initialize(): enable transparent icons on
the desktop.

20 years agoIStream_fnWrite: only return write count if the given pointer
Martin Fuchs [Sun, 18 Jan 2004 23:17:13 +0000 (23:17 +0000)] 
IStream_fnWrite: only return write count if the given pointer
parameter is not NULL.

20 years agoRemoved the bitsPerPixel field in the generic DC structure, and leave
Alexandre Julliard [Sun, 18 Jan 2004 22:20:17 +0000 (22:20 +0000)] 
Removed the bitsPerPixel field in the generic DC structure, and leave
it up to the graphics driver to define it if necessary.

20 years agoDo not cache results of checks with side effects.
Marcus Meissner [Sun, 18 Jan 2004 22:15:46 +0000 (22:15 +0000)] 
Do not cache results of checks with side effects.

20 years agoUniformize the cvs download instructions with the ones on WineHQ.
Ivan Leo Murray-Smith [Sun, 18 Jan 2004 22:12:41 +0000 (22:12 +0000)] 
Uniformize the cvs download instructions with the ones on WineHQ.

20 years agoAdded support for Unix code page in NTDLL.
Eric Pouech [Sun, 18 Jan 2004 22:11:52 +0000 (22:11 +0000)] 
Added support for Unix code page in NTDLL.

20 years agoAdd trailing '\n's to ok() calls.
Francois Gouget [Sun, 18 Jan 2004 22:10:55 +0000 (22:10 +0000)] 
Add trailing '\n's to ok() calls.

20 years agoFixed typos.
Marcelo Duarte [Sun, 18 Jan 2004 22:10:39 +0000 (22:10 +0000)] 
Fixed typos.

20 years agoGet rid of the static module list.
Hans Leidekker [Sun, 18 Jan 2004 22:09:39 +0000 (22:09 +0000)] 
Get rid of the static module list.

20 years ago- declare PT_RAS_FOLDER for the "RAS Connections" folder
Martin Fuchs [Sun, 18 Jan 2004 22:08:46 +0000 (22:08 +0000)] 
- declare PT_RAS_FOLDER for the "RAS Connections" folder
- handle PT_RAS_FOLDER and PT_NETPROVIDER in debugging functions and
  _ILGetTextPointer() / _ILGetSTextPointer()

20 years agoAdded stub for SHRegisterValidateTemplate.
Stefan Leichter [Sun, 18 Jan 2004 22:07:57 +0000 (22:07 +0000)] 
Added stub for SHRegisterValidateTemplate.

20 years agoCreateStreamOnFile(): use flag FILE_SHARE_READ for opening OLE stream
Martin Fuchs [Sun, 18 Jan 2004 22:06:35 +0000 (22:06 +0000)] 
CreateStreamOnFile(): use flag FILE_SHARE_READ for opening OLE stream
files to enable file sharing.

20 years agoTry using the Mozilla Active X control in MSHTML.
Mike McCormack [Fri, 16 Jan 2004 23:27:11 +0000 (23:27 +0000)] 
Try using the Mozilla Active X control in MSHTML.

20 years agoFixed HCR_GetExecuteCommandW() behavior with a class name (based on a
Alexandre Julliard [Fri, 16 Jan 2004 23:06:25 +0000 (23:06 +0000)] 
Fixed HCR_GetExecuteCommandW() behavior with a class name (based on a
patch by Martin Fuchs).
Removed a couple of no longer used functions.

20 years agoCorrected definition of PathYetAnotherMakeUniqueName().
Martin Fuchs [Fri, 16 Jan 2004 23:04:41 +0000 (23:04 +0000)] 
Corrected definition of PathYetAnotherMakeUniqueName().

20 years agoFix improper WAVEFORMATEX size calculation for non PCM formats.
Robert Reif [Fri, 16 Jan 2004 23:03:08 +0000 (23:03 +0000)] 
Fix improper WAVEFORMATEX size calculation for non PCM formats.

20 years agoFix value renaming. Cleanup code, fix a few leaks.
Dimitrie O. Paun [Fri, 16 Jan 2004 23:02:44 +0000 (23:02 +0000)] 
Fix value renaming. Cleanup code, fix a few leaks.

20 years agoAssorted spelling fixes.
Francois Gouget [Fri, 16 Jan 2004 21:26:08 +0000 (21:26 +0000)] 
Assorted spelling fixes.

20 years agoAdd INI file processing.
Kevin Koltzau [Fri, 16 Jan 2004 21:25:25 +0000 (21:25 +0000)] 
Add INI file processing.
Full implementation of GetThemeDocumentationProperty.
Define string maps for parsing INI files into useable form.
Implemented (undocumented) ApplyTheme to select current theme.

20 years agoReturn HFILE_ERROR instead of -1 in _lread.
Francois Gouget [Fri, 16 Jan 2004 21:23:32 +0000 (21:23 +0000)] 
Return HFILE_ERROR instead of -1 in _lread.

20 years agoTrace the high part of the Seek offset.
Huw Davies [Fri, 16 Jan 2004 21:22:41 +0000 (21:22 +0000)] 
Trace the high part of the Seek offset.

20 years agoAdded SystemTimeToTzSpecificLocalTime definition.
Mike McCormack [Fri, 16 Jan 2004 21:22:13 +0000 (21:22 +0000)] 
Added SystemTimeToTzSpecificLocalTime definition.

20 years agoAdd a couple of missing definitions to urlmon.h.
Francois Gouget [Fri, 16 Jan 2004 21:21:54 +0000 (21:21 +0000)] 
Add a couple of missing definitions to urlmon.h.

20 years agoFixed handling of control focus.
Thomas Weidenmueller [Fri, 16 Jan 2004 21:20:54 +0000 (21:20 +0000)] 
Fixed handling of control focus.

20 years agoEnable the help menu for regedit.
Thomas Weidenmueller [Fri, 16 Jan 2004 21:20:42 +0000 (21:20 +0000)] 
Enable the help menu for regedit.

20 years agoCheck for overlapping memory views and delete the offending view if
Alexandre Julliard [Fri, 16 Jan 2004 04:52:17 +0000 (04:52 +0000)] 
Check for overlapping memory views and delete the offending view if
necessary, to ensure we never have two views covering the same
address.

20 years ago- Ensure we correctly add a backslash like Windows 98/XP do.
Mike Hearn [Fri, 16 Jan 2004 04:49:13 +0000 (04:49 +0000)] 
- Ensure we correctly add a backslash like Windows 98/XP do.
- Generate filenames that look like Windows does (no left digit
  padding).

20 years ago- Moved actual code from SHGetSpecialFolderPathA to SHGetFolderPathW,
Filip Navara [Fri, 16 Jan 2004 04:46:36 +0000 (04:46 +0000)] 
- Moved actual code from SHGetSpecialFolderPathA to SHGetFolderPathW,
  adjusted and unicodified it.
- Rewrote SHGetFolderPathA to call SHGetFolderPathW.
- Rewrote SHGetSpecialFolderPath[AW] to call SHGetFolderPath[AW].

20 years agoComplete Czech translation of shell32 resources.
Filip Navara [Fri, 16 Jan 2004 04:46:05 +0000 (04:46 +0000)] 
Complete Czech translation of shell32 resources.

20 years agoPartially implement RegOpenUserClassesRoot.
Robert Shearman [Fri, 16 Jan 2004 04:40:33 +0000 (04:40 +0000)] 
Partially implement RegOpenUserClassesRoot.

20 years agoWe now have official packages.
Ivan Leo Murray-Smith [Fri, 16 Jan 2004 02:22:23 +0000 (02:22 +0000)] 
We now have official packages.

20 years agoStreamline the editing interfaces a bit.
Dimitrie O. Paun [Fri, 16 Jan 2004 02:21:23 +0000 (02:21 +0000)] 
Streamline the editing interfaces a bit.
Open the registry with only the required permissions for the
operation. Fix a few leaks.

20 years agoMove the implementation of GetDefaultCommConfig from A to W.
Vincent Béron [Fri, 16 Jan 2004 02:21:01 +0000 (02:21 +0000)] 
Move the implementation of GetDefaultCommConfig from A to W.
Get rid of a W->A cross call at the same time.

20 years agoUnicodify some comm functions.
Vincent Béron [Fri, 16 Jan 2004 02:14:50 +0000 (02:14 +0000)] 
Unicodify some comm functions.
Get rid of some W->A cross calls along the way.

20 years agoAdded context menu support.
Thomas Weidenmueller [Fri, 16 Jan 2004 02:14:19 +0000 (02:14 +0000)] 
Added context menu support.

20 years agoChange URL used in http tests to be a #define so it can be changed
Mike Hearn [Fri, 16 Jan 2004 02:03:16 +0000 (02:03 +0000)] 
Change URL used in http tests to be a #define so it can be changed
easily in future, and make it point to winehq.

20 years agoThe MSVC headers won't give a name to the nameless union of INPUT
Francois Gouget [Fri, 16 Jan 2004 02:02:38 +0000 (02:02 +0000)] 
The MSVC headers won't give a name to the nameless union of INPUT
despite our request (NONAMELESSUNION). So define our own type and use
it instead.
Remove useless NONAMELESSSTRUCT.
Fix signed/unsigned warning.

20 years agoWe need to set _WIN32_WINNT to 0x501 to get CS_DROPSHADOW and
Francois Gouget [Fri, 16 Jan 2004 02:02:19 +0000 (02:02 +0000)] 
We need to set _WIN32_WINNT to 0x501 to get CS_DROPSHADOW and
ICON_SMALL2.

20 years agoMSVC does not want 'extern' variables to be initialized inside
Francois Gouget [Fri, 16 Jan 2004 02:02:03 +0000 (02:02 +0000)] 
MSVC does not want 'extern' variables to be initialized inside
functions.

20 years agoGet rid of a W->A cross call in ImageList_LoadImageW.
Vincent Béron [Fri, 16 Jan 2004 02:01:46 +0000 (02:01 +0000)] 
Get rid of a W->A cross call in ImageList_LoadImageW.

20 years agoFix compilation with ICU after introduction of gdi_private.h.
Vincent Béron [Fri, 16 Jan 2004 02:01:32 +0000 (02:01 +0000)] 
Fix compilation with ICU after introduction of gdi_private.h.

20 years agoInitialize a pointer before dereferencing it.
Vincent Béron [Fri, 16 Jan 2004 02:01:12 +0000 (02:01 +0000)] 
Initialize a pointer before dereferencing it.

20 years agoYet another new spec file, this time iccvid.spec.
Vincent Béron [Fri, 16 Jan 2004 02:00:50 +0000 (02:00 +0000)] 
Yet another new spec file, this time iccvid.spec.

20 years agoSave UESP instead of ESP where UESP defined.
Robert Lunnon [Fri, 16 Jan 2004 02:00:24 +0000 (02:00 +0000)] 
Save UESP instead of ESP where UESP defined.

20 years agoImplemented View|Split.
Thomas Weidenmueller [Fri, 16 Jan 2004 01:59:05 +0000 (01:59 +0000)] 
Implemented View|Split.

20 years agoSimplify the About dialog code.
Thomas Weidenmueller [Fri, 16 Jan 2004 01:58:48 +0000 (01:58 +0000)] 
Simplify the About dialog code.

20 years agoExpand the treeview on startup.
Thomas Weidenmueller [Fri, 16 Jan 2004 01:58:28 +0000 (01:58 +0000)] 
Expand the treeview on startup.

20 years agoGet rid of the global INTERNAL_[XY]WSTODS macros.
Alexandre Julliard [Thu, 15 Jan 2004 06:19:35 +0000 (06:19 +0000)] 
Get rid of the global INTERNAL_[XY]WSTODS macros.

20 years ago- Get rid of W->A calls for shlexec.
Marcelo Duarte [Thu, 15 Jan 2004 06:13:57 +0000 (06:13 +0000)] 
- Get rid of W->A calls for shlexec.
- Implementation of FindExecutableW.

20 years agoTweaked the init code so that it works properly no matter what linker
Alexandre Julliard [Thu, 15 Jan 2004 04:58:17 +0000 (04:58 +0000)] 
Tweaked the init code so that it works properly no matter what linker
options are used.

20 years agoAuthors: Tim Ferguson <Tim.Ferguson@infotech.monash.edu.au>, Mike McCormack <mike...
Alexandre Julliard [Thu, 15 Jan 2004 04:56:18 +0000 (04:56 +0000)] 
Authors: Tim Ferguson <Tim.Ferguson@infotech.monash.edu.au>, Mike McCormack <mike@codeweavers.com>
Port Tim Ferguson's ICCVID codec to Wine.

20 years agoPreserve trailing backslashes in GetFullPathName.
Mike McCormack [Thu, 15 Jan 2004 01:48:44 +0000 (01:48 +0000)] 
Preserve trailing backslashes in GetFullPathName.

20 years agoAdded graphical feedback.
Ferenc Wagner [Thu, 15 Jan 2004 01:48:05 +0000 (01:48 +0000)] 
Added graphical feedback.

20 years agoBe more strict about checks (especially in RVA translations).
Eric Pouech [Thu, 15 Jan 2004 01:47:46 +0000 (01:47 +0000)] 
Be more strict about checks (especially in RVA translations).

20 years agoMoved a bunch of definitions from gdi.h into a new gdi_private.h to
Alexandre Julliard [Thu, 15 Jan 2004 00:35:38 +0000 (00:35 +0000)] 
Moved a bunch of definitions from gdi.h into a new gdi_private.h to
make sure we don't use them outside of gdi32.

20 years agoDefine INADDR_NONE if needed (reported by Robert Lunnon).
Alexandre Julliard [Thu, 15 Jan 2004 00:25:41 +0000 (00:25 +0000)] 
Define INADDR_NONE if needed (reported by Robert Lunnon).

20 years agoAvoid non-portable strip -s (reported by Robert Lunnon).
Alexandre Julliard [Thu, 15 Jan 2004 00:22:10 +0000 (00:22 +0000)] 
Avoid non-portable strip -s (reported by Robert Lunnon).

20 years agoReimplemented Get{Short|Long}PathName and updated the regression
Eric Pouech [Thu, 15 Jan 2004 00:20:46 +0000 (00:20 +0000)] 
Reimplemented Get{Short|Long}PathName and updated the regression
tests.

20 years agoFixed type mismatch in widDsCreate.
Robert Lunnon [Wed, 14 Jan 2004 05:39:05 +0000 (05:39 +0000)] 
Fixed type mismatch in widDsCreate.

20 years agoCorrected code to acquire mtu under Solaris.
Robert Lunnon [Wed, 14 Jan 2004 05:31:23 +0000 (05:31 +0000)] 
Corrected code to acquire mtu under Solaris.

20 years agoFixed __siginfo type for Solaris (based on a patch by Robert Lunnon).
Alexandre Julliard [Wed, 14 Jan 2004 05:25:07 +0000 (05:25 +0000)] 
Fixed __siginfo type for Solaris (based on a patch by Robert Lunnon).

20 years agoFD_SET is not a type changed to struct fd_set.
Robert Lunnon [Wed, 14 Jan 2004 05:20:59 +0000 (05:20 +0000)] 
FD_SET is not a type changed to struct fd_set.
Reordered headers to avoid including sys/select.h before winbase.h.

20 years agoIncluded limits.h to resolve missing macro definition.
Robert Lunnon [Wed, 14 Jan 2004 05:12:33 +0000 (05:12 +0000)] 
Included limits.h to resolve missing macro definition.

20 years agoUpdated copyright information.
Ivan Leo Murray-Smith [Wed, 14 Jan 2004 05:10:45 +0000 (05:10 +0000)] 
Updated copyright information.

20 years agoMoved SetDrawable, StartGraphicsExposures and EndGraphicsExposures
Alexandre Julliard [Wed, 14 Jan 2004 04:53:11 +0000 (04:53 +0000)] 
Moved SetDrawable, StartGraphicsExposures and EndGraphicsExposures
functionality to x11drv escapes so that we don't have to access the DC
structure directly.

20 years ago- got rid of FILE_Dup2 export from kernel32
Eric Pouech [Wed, 14 Jan 2004 04:34:20 +0000 (04:34 +0000)] 
- got rid of FILE_Dup2 export from kernel32
- move all dos handle related code into dlls/kernel32

20 years agoMoved some code around to avoid exporting DIB functions from gdi32.
Alexandre Julliard [Tue, 13 Jan 2004 23:31:46 +0000 (23:31 +0000)] 
Moved some code around to avoid exporting DIB functions from gdi32.

20 years agoAdd value rename support to regedit.
Dimitrie O. Paun [Tue, 13 Jan 2004 23:18:12 +0000 (23:18 +0000)] 
Add value rename support to regedit.

20 years agoImplemented VarInt, VarFix, VarNeg.
Jon Griffiths [Tue, 13 Jan 2004 23:16:04 +0000 (23:16 +0000)] 
Implemented VarInt, VarFix, VarNeg.

20 years agoUse integer math in VarCyInt, docs.
Jon Griffiths [Tue, 13 Jan 2004 23:02:34 +0000 (23:02 +0000)] 
Use integer math in VarCyInt, docs.

20 years agoTwo "unknown" parameters of _unDName() turn out to be the output
Rein Klazes [Tue, 13 Jan 2004 22:56:59 +0000 (22:56 +0000)] 
Two "unknown" parameters of _unDName() turn out to be the output
string and it length. If possible, use these instead of allocating a
new one. Put the code in _unDNameEx() and call that from _unDName().