wine/eterwine.git
20 years agoAdd support for REG_EXPAND_SZ in set_registry_variables().
Francois Gouget [Sat, 30 Oct 2004 02:11:33 +0000 (02:11 +0000)]
Add support for REG_EXPAND_SZ in set_registry_variables().
Fix processing of environment variables that are too big (>1024
characters): they should be truncated, not ignored.

20 years agoAlter the functions declaration order or predeclare them so perl can
Francois Gouget [Sat, 30 Oct 2004 02:11:19 +0000 (02:11 +0000)]
Alter the functions declaration order or predeclare them so perl can
check the prototypes.

20 years ago#ifdef out the tests if compiling with the Platform SDK headers since
Francois Gouget [Sat, 30 Oct 2004 02:10:38 +0000 (02:10 +0000)]
#ifdef out the tests if compiling with the Platform SDK headers since
they are missing TIME_FIELDS.

20 years agoMIDL_STUB_MESSAGE.UniquePtrCount has been renamed in the latest SDK so
Francois Gouget [Sat, 30 Oct 2004 02:10:22 +0000 (02:10 +0000)]
MIDL_STUB_MESSAGE.UniquePtrCount has been renamed in the latest SDK so
ignore it.

20 years agoAdd stubs for EnumPrintProcessorsAW.
Ulrich Czekalla [Fri, 29 Oct 2004 21:27:38 +0000 (21:27 +0000)]
Add stubs for EnumPrintProcessorsAW.

20 years ago- Simplify the calculation in TIME_DaylightCompareDate;
Rein Klazes [Fri, 29 Oct 2004 21:27:18 +0000 (21:27 +0000)]
- Simplify the calculation in TIME_DaylightCompareDate;
- Expand the number of applicable test cases.

20 years agoClean up user32/input.c test, remove the wrong assumption that a
Dmitry Timoshkov [Fri, 29 Oct 2004 21:27:04 +0000 (21:27 +0000)]
Clean up user32/input.c test, remove the wrong assumption that a
window always receives input focus upon creation.

20 years agoDefine some extra HTTP_QUERY values.
Mike McCormack [Fri, 29 Oct 2004 21:26:47 +0000 (21:26 +0000)]
Define some extra HTTP_QUERY values.

20 years agoKill all wine processes when doing ExitWindowsEx.
Mike McCormack [Fri, 29 Oct 2004 21:26:33 +0000 (21:26 +0000)]
Kill all wine processes when doing ExitWindowsEx.

20 years agoFixed size check in GetDeviceData.
Torbjörn Andersson [Thu, 28 Oct 2004 21:01:44 +0000 (21:01 +0000)]
Fixed size check in GetDeviceData.

20 years agoSupposedly fix http test on Windows.
Jakob Eriksson [Thu, 28 Oct 2004 21:01:04 +0000 (21:01 +0000)]
Supposedly fix http test on Windows.

20 years agoIn VOLUME_ReadFATSuperblock:
Rein Klazes [Thu, 28 Oct 2004 21:00:36 +0000 (21:00 +0000)]
In VOLUME_ReadFATSuperblock:
- do not test on the JMP instruction: most boot blocks have that
- test instead on the "FAT" strings first, before the size
  calculation
- do some parameter checking to prevent arithmetic errors
- use meaningful names instead of block offsets
(based on a rejected patch from Vincent Béron).

20 years agoUse SHCreateDirectoryEx function instead of doing explicit recursive
Rolf Kalbermatter [Thu, 28 Oct 2004 20:58:51 +0000 (20:58 +0000)]
Use SHCreateDirectoryEx function instead of doing explicit recursive
directory creation.

20 years agoAdd test for SHCreateDirectoryEx function.
Rolf Kalbermatter [Thu, 28 Oct 2004 20:58:38 +0000 (20:58 +0000)]
Add test for SHCreateDirectoryEx function.
Fixed some typos.

20 years agoTake into account window visibility when searching for a target for a
Dmitry Timoshkov [Wed, 27 Oct 2004 21:55:00 +0000 (21:55 +0000)]
Take into account window visibility when searching for a target for a
hardware mouse message.

20 years agoAdded is_window_visible function.
Alexandre Julliard [Wed, 27 Oct 2004 21:54:41 +0000 (21:54 +0000)]
Added is_window_visible function.

20 years agoUse correct type instead of void* in item linked list.
Alexandre Julliard [Wed, 27 Oct 2004 21:37:02 +0000 (21:37 +0000)]
Use correct type instead of void* in item linked list.

20 years agoSome French translations added.
Fabrice Ménard [Wed, 27 Oct 2004 21:36:17 +0000 (21:36 +0000)]
Some French translations added.

20 years ago- Reordered some code from the existing helper _GetTimeZoneBias to
Rein Klazes [Wed, 27 Oct 2004 21:19:22 +0000 (21:19 +0000)]
- Reordered some code from the existing helper _GetTimeZoneBias to
  make it more general useful (and changed the helper names to
  TIME_xyz).
- Make GetTimeZoneInformation return the correct zone id constants.
- Changed some "const LPX_Y_Z" declarations to "const X_Y_Z *".

20 years agoFix bad memory allocation for unicode buffer.
Rolf Kalbermatter [Wed, 27 Oct 2004 21:18:35 +0000 (21:18 +0000)]
Fix bad memory allocation for unicode buffer.

20 years agoFixed GetAcceptLanguagesA tests for Win98.
Stefan Leichter [Wed, 27 Oct 2004 21:18:21 +0000 (21:18 +0000)]
Fixed GetAcceptLanguagesA tests for Win98.

20 years agoFlush pending messages before testing painting message sequences.
Dmitry Timoshkov [Wed, 27 Oct 2004 21:18:01 +0000 (21:18 +0000)]
Flush pending messages before testing painting message sequences.

20 years agoIn MSVCRT_localtime() return tm_isdst = 0 when there are no daylight
Rein Klazes [Wed, 27 Oct 2004 21:17:44 +0000 (21:17 +0000)]
In MSVCRT_localtime() return tm_isdst = 0 when there are no daylight
time changes in the local time zone.

20 years ago_SHExpandEnvironmentStrings should return input string if no % found
Juan Lang [Wed, 27 Oct 2004 21:17:30 +0000 (21:17 +0000)]
_SHExpandEnvironmentStrings should return input string if no % found
to expand, and should call ExpandEnvironmentStringsW if it doesn't
handle an environment variable directly.  Based on a patch from Dan
Kegel.

20 years agoAdd proper prototypes for GetClassLongPtrA/W for _WIN64 case.
Dmitry Timoshkov [Wed, 27 Oct 2004 21:17:06 +0000 (21:17 +0000)]
Add proper prototypes for GetClassLongPtrA/W for _WIN64 case.

20 years agoUse typesafe signature where possible.
Dimitrie O. Paun [Wed, 27 Oct 2004 21:16:27 +0000 (21:16 +0000)]
Use typesafe signature where possible.

20 years agoRename STATUSWINDOWINFO to STATUS_INFO, for consistency with other
Dimitrie O. Paun [Wed, 27 Oct 2004 21:16:17 +0000 (21:16 +0000)]
Rename STATUSWINDOWINFO to STATUS_INFO, for consistency with other
controls. Fix some prototypes. Always pass infoPtr around.

20 years agoMinor cleanups.
Dimitrie O. Paun [Wed, 27 Oct 2004 21:16:03 +0000 (21:16 +0000)]
Minor cleanups.

20 years agoUse Unicode functions where possible.
Dimitrie O. Paun [Wed, 27 Oct 2004 21:15:53 +0000 (21:15 +0000)]
Use Unicode functions where possible.

20 years agoAdd stub implementations for LaunchINFSection(Ex).
Mike McCormack [Wed, 27 Oct 2004 21:15:34 +0000 (21:15 +0000)]
Add stub implementations for LaunchINFSection(Ex).

20 years agoCryptCreateHash: Set returned hash handle to zero in case of failure.
Michael Jung [Wed, 27 Oct 2004 21:15:10 +0000 (21:15 +0000)]
CryptCreateHash: Set returned hash handle to zero in case of failure.

20 years agoAdded fallback syscalls for epoll functions.
Alexandre Julliard [Wed, 27 Oct 2004 01:03:30 +0000 (01:03 +0000)]
Added fallback syscalls for epoll functions.

20 years agoUse only one .res file.
Ge van Geldorp [Wed, 27 Oct 2004 00:47:53 +0000 (00:47 +0000)]
Use only one .res file.

20 years agoAdd stretching support to AlphaBlend.
Kevin Koltzau [Wed, 27 Oct 2004 00:43:50 +0000 (00:43 +0000)]
Add stretching support to AlphaBlend.

20 years agoReorganizing wine-devel:
Eric Pouech [Tue, 26 Oct 2004 22:45:47 +0000 (22:45 +0000)]
Reorganizing wine-devel:
- killing the advanced part (and moving its chapters in both
  developing Wine and Wine archi parts)
- creating a new book on coding practices from i18n.sgml, patches.sgml
  and porting.sgml
- creating a new book on some debugging strategies from the old
  advanced book and cvs-regression.sgml
- creating a new book on the kernel modules (NTDLL & KERNEL32) from
  architecture.sgml / related DLLs and address-space.sgml,
  console.sgml, threading.sgml
- creating a new book on the windowing from architecture.sgml / USER32
  and related
- creating a new book on the graphical parts from architecture.sgml /
  GDI32 and related
Other changes:
- removed list of DLLs and their role (from the modules overview)
- removed in X11 keyboard mapping section the part related to submit a
  patch

20 years agoSplit up audio.c into three separate .c files:
Robert Reif [Tue, 26 Oct 2004 22:04:55 +0000 (22:04 +0000)]
Split up audio.c into three separate .c files:
audio.c: OSS functions and waveIn and waveOut driver functions.
dscapture.c: direct sound capture driver implementation.
dsrender.c: direct sound renderer driver implementation.

20 years agoAdd some tests for time conversion functions.
Mike McCormack [Tue, 26 Oct 2004 22:03:11 +0000 (22:03 +0000)]
Add some tests for time conversion functions.

20 years agoMove the hwnd self into the listbox LB_DESCR struct.
Dimitrie O. Paun [Tue, 26 Oct 2004 22:03:00 +0000 (22:03 +0000)]
Move the hwnd self into the listbox LB_DESCR struct.
Use proper types/names in all cases.
Fix some bad indentation.

20 years agowin 9x doesn't always support waveOutGetDevCapsW so don't generate an
Robert Reif [Tue, 26 Oct 2004 21:18:27 +0000 (21:18 +0000)]
win 9x doesn't always support waveOutGetDevCapsW so don't generate an
error for MMSYSERR_NOTSUPPORTED.
Play one second of silence for each sound card when not in interactive
mode.

20 years agoMake button return exactly the same dialog codes as Windows does.
Dmitry Timoshkov [Tue, 26 Oct 2004 21:18:10 +0000 (21:18 +0000)]
Make button return exactly the same dialog codes as Windows does.
Add a test case.

20 years agoUpdate shell32's version to WinXP level.
Juan Lang [Tue, 26 Oct 2004 21:17:50 +0000 (21:17 +0000)]
Update shell32's version to WinXP level.

20 years agoVerifyCertification is not always implemented.
Robert Reif [Tue, 26 Oct 2004 21:17:37 +0000 (21:17 +0000)]
VerifyCertification is not always implemented.

20 years agoConvert CommConfigDialog to Unicode.
Alexandre Julliard [Tue, 26 Oct 2004 00:25:58 +0000 (00:25 +0000)]
Convert CommConfigDialog to Unicode.

20 years agoUse address of tab_item.extra when building drawitemstruct.
Thorsten Kani [Tue, 26 Oct 2004 00:22:31 +0000 (00:22 +0000)]
Use address of tab_item.extra when building drawitemstruct.

20 years agoFix CSIDL_CONTROLS and CSIDL_PRINTERS PIDL types, and update tests now
Juan Lang [Tue, 26 Oct 2004 00:17:31 +0000 (00:17 +0000)]
Fix CSIDL_CONTROLS and CSIDL_PRINTERS PIDL types, and update tests now
that they pass.

20 years agoSERIALUI: convert to Unicode.
Mike McCormack [Tue, 26 Oct 2004 00:16:39 +0000 (00:16 +0000)]
SERIALUI: convert to Unicode.

20 years agoAdd function prototypes.
Francois Gouget [Tue, 26 Oct 2004 00:12:21 +0000 (00:12 +0000)]
Add function prototypes.
Change the way functions are called and either alter their declaration
order or predeclare them so perl can check the prototypes.

20 years agoCorrectly use the return value of GetTimeZoneInformation.
Rein Klazes [Tue, 26 Oct 2004 00:11:43 +0000 (00:11 +0000)]
Correctly use the return value of GetTimeZoneInformation.

20 years agoImplement proper GWL_STYLE handling, proper reaction to style changes.
Dimitrie O. Paun [Tue, 26 Oct 2004 00:11:31 +0000 (00:11 +0000)]
Implement proper GWL_STYLE handling, proper reaction to style changes.
Merge {{Inc,Dec}rement,Reset{Up,Down}}Field into one method. Fix a
bunch of bugs in the process.  Implement DTM_[GS]ETMCFONT. Indentation
fixes, cleanups.

20 years agoNew Czech resources.
David Kredba [Mon, 25 Oct 2004 21:54:56 +0000 (21:54 +0000)]
New Czech resources.

20 years agoAvoid copying invalid data on error.
Juan Lang [Mon, 25 Oct 2004 21:53:18 +0000 (21:53 +0000)]
Avoid copying invalid data on error.

20 years agoFix string handling.
Francois Gouget [Mon, 25 Oct 2004 21:50:50 +0000 (21:50 +0000)]
Fix string handling.
Enable perl warnings
Add a proper --help option and usage.

20 years agoFix the usage for non-boolean options, always print the
Francois Gouget [Mon, 25 Oct 2004 21:50:36 +0000 (21:50 +0000)]
Fix the usage for non-boolean options, always print the
description. This fixes the output of 'make_filter --help'.

20 years agoInclude wintrust.h.
Francois Gouget [Mon, 25 Oct 2004 21:50:09 +0000 (21:50 +0000)]
Include wintrust.h.

20 years agoAdded define for CUR_BLOB_VERSION.
Michael Jung [Mon, 25 Oct 2004 21:49:44 +0000 (21:49 +0000)]
Added define for CUR_BLOB_VERSION.

20 years agoUse proper types/names in all cases. Fix some indentation.
Dimitrie O. Paun [Mon, 25 Oct 2004 21:49:30 +0000 (21:49 +0000)]
Use proper types/names in all cases. Fix some indentation.

20 years agoCorrectly use the returned value from GetTimeZoneInformation.
Rein Klazes [Mon, 25 Oct 2004 21:48:57 +0000 (21:48 +0000)]
Correctly use the returned value from GetTimeZoneInformation.

20 years ago- Remove bogus use of nStatCounter and hOleAut32 in CoSetState.
Dmitry Timoshkov [Mon, 25 Oct 2004 21:48:44 +0000 (21:48 +0000)]
- Remove bogus use of nStatCounter and hOleAut32 in CoSetState.
- Remove a comment about protecting per thread data by a critical section.

20 years agoAdded HF32_DEFAULT and HF32_SHARED values.
Peter Quiring [Mon, 25 Oct 2004 21:48:28 +0000 (21:48 +0000)]
Added HF32_DEFAULT and HF32_SHARED values.

20 years agoUse only Unicode functions, it makes it easier to see we are fully
Dimitrie O. Paun [Mon, 25 Oct 2004 21:47:57 +0000 (21:47 +0000)]
Use only Unicode functions, it makes it easier to see we are fully
Unicode compliant.

20 years agoRevised Wine User Guide introduction.
Scott Ritchie [Mon, 25 Oct 2004 21:47:42 +0000 (21:47 +0000)]
Revised Wine User Guide introduction.

20 years ago- fixed the way length of msvcrt runtime info is passed
Eric Pouech [Mon, 25 Oct 2004 21:47:23 +0000 (21:47 +0000)]
- fixed the way length of msvcrt runtime info is passed
- always return a NULL runtime info buffer in child if parent's
  runtime info is NULL
- fixed typo in startupinfo size

20 years agoDon't consider no driver a test failure.
Robert Reif [Mon, 25 Oct 2004 21:46:12 +0000 (21:46 +0000)]
Don't consider no driver a test failure.

20 years agoDon't consider a device in use a failure.
Robert Reif [Mon, 25 Oct 2004 21:45:51 +0000 (21:45 +0000)]
Don't consider a device in use a failure.

20 years agoCheck the return value of the SHGetDesktopFolder call.
Sami Aario [Mon, 25 Oct 2004 21:45:36 +0000 (21:45 +0000)]
Check the return value of the SHGetDesktopFolder call.

20 years ago- Don't fill in any more information than native does for notifications.
Robert Shearman [Mon, 25 Oct 2004 21:45:14 +0000 (21:45 +0000)]
- Don't fill in any more information than native does for notifications.
- Store hit code in a signed integer so that we can see whether it is
  less than zero.

20 years ago- Don't leak memory when an app sends TTM_SETTITLE twice.
Robert Shearman [Mon, 25 Oct 2004 21:44:50 +0000 (21:44 +0000)]
- Don't leak memory when an app sends TTM_SETTITLE twice.
- An lParam of 0 indicates that the title should be removed.

20 years ago- Add info that the wine config file has/needs a header line.
Michael Stefaniuc [Mon, 25 Oct 2004 21:44:24 +0000 (21:44 +0000)]
- Add info that the wine config file has/needs a header line.
- Remove some infos regarding entries which were removed lately from
  the config file.

20 years agoUse shell32 to get the user profile dir.
Juan Lang [Mon, 25 Oct 2004 21:44:01 +0000 (21:44 +0000)]
Use shell32 to get the user profile dir.

20 years agoUpdate comment for LsaOpenPolicy.
Juan Lang [Mon, 25 Oct 2004 21:43:47 +0000 (21:43 +0000)]
Update comment for LsaOpenPolicy.

20 years agoAssorted spelling fixes.
Francois Gouget [Fri, 22 Oct 2004 22:27:51 +0000 (22:27 +0000)]
Assorted spelling fixes.

20 years agoConverted more of the (Un)RegisterTypeLib code to Unicode.
Alexandre Julliard [Fri, 22 Oct 2004 22:09:09 +0000 (22:09 +0000)]
Converted more of the (Un)RegisterTypeLib code to Unicode.
Factored out some common routines.

20 years agoRemoved wrong FIXME for MB_APPLMODAL (reported by Ivan Leo Puoti).
Alexandre Julliard [Fri, 22 Oct 2004 22:08:02 +0000 (22:08 +0000)]
Removed wrong FIXME for MB_APPLMODAL (reported by Ivan Leo Puoti).

20 years agoGet rid of this obsolete script.
Alexandre Julliard [Fri, 22 Oct 2004 22:07:14 +0000 (22:07 +0000)]
Get rid of this obsolete script.

20 years agoShell registry entries are now created by shell32, don't hardcode them
Juan Lang [Fri, 22 Oct 2004 22:06:49 +0000 (22:06 +0000)]
Shell registry entries are now created by shell32, don't hardcode them
in wine.inf.

20 years agoDon't reregister ProgIds over and over, also write out the main key
Aric Stewart [Fri, 22 Oct 2004 22:06:31 +0000 (22:06 +0000)]
Don't reregister ProgIds over and over, also write out the main key
before trying to register the Parent. This avoids loops if a ProgId
has itself as a parent or there is a loop in dependencies.

20 years agoAdd function prototypes.
Francois Gouget [Fri, 22 Oct 2004 22:05:19 +0000 (22:05 +0000)]
Add function prototypes.
Change the way functions are called and their declaration order so
perl can check the prototypes.

20 years agoFixed GetModuleBaseNameA tests for WinXP.
Stefan Leichter [Fri, 22 Oct 2004 22:04:56 +0000 (22:04 +0000)]
Fixed GetModuleBaseNameA tests for WinXP.

20 years agoUse Unicode functions in RegisterTypeLib.
Mike McCormack [Fri, 22 Oct 2004 20:29:34 +0000 (20:29 +0000)]
Use Unicode functions in RegisterTypeLib.

20 years agoVK_0-9 and VK_A-Z are not defined in the Windows headers, removed them
Alexandre Julliard [Fri, 22 Oct 2004 20:29:10 +0000 (20:29 +0000)]
VK_0-9 and VK_A-Z are not defined in the Windows headers, removed them
(spotted by Francois Gouget).

20 years agoAvoid copying invalid data on error.
Alexandre Julliard [Fri, 22 Oct 2004 20:26:23 +0000 (20:26 +0000)]
Avoid copying invalid data on error.

20 years agoFix the function pointer declarations so MSVC likes them.
Francois Gouget [Fri, 22 Oct 2004 20:25:46 +0000 (20:25 +0000)]
Fix the function pointer declarations so MSVC likes them.
CSIDL_PROFILES is not defined in the Windows SDK.
snprintf and strcasecmp don't exist on Windows. Replace them with
wnsprintfA and lstrcmpiA respectively.

20 years agoFixed definition of MAX_COMPUTERNAME_LENGTH (spotted by Mike
Alexandre Julliard [Fri, 22 Oct 2004 20:00:13 +0000 (20:00 +0000)]
Fixed definition of MAX_COMPUTERNAME_LENGTH (spotted by Mike
McCormack).

20 years agoFlesh out the icm.h header (add COLORMATCHSETUP & co) so it is
Francois Gouget [Fri, 22 Oct 2004 19:56:51 +0000 (19:56 +0000)]
Flesh out the icm.h header (add COLORMATCHSETUP & co) so it is
necessary to first include winuser.h like on Windows.

20 years agoReview and fix regular expressions of the form /^foo|bar$/.
Francois Gouget [Fri, 22 Oct 2004 19:55:42 +0000 (19:55 +0000)]
Review and fix regular expressions of the form /^foo|bar$/.
Replace regular expressions with simple string comparisons where
possible.
Use '(?:subregexp)' instead of '(subregexp)' wherever possible.
'dlls/gdi' does not have a win16drv subdirectory anymore so simplify
regular expressions accordingly.

20 years agoThere is no point making '--register' functions stdcall so just
Francois Gouget [Fri, 22 Oct 2004 19:55:14 +0000 (19:55 +0000)]
There is no point making '--register' functions stdcall so just
implement them as cdecl.

20 years agoFixed GetAcceptLanguagesA tests for WinXP.
Stefan Leichter [Fri, 22 Oct 2004 19:54:28 +0000 (19:54 +0000)]
Fixed GetAcceptLanguagesA tests for WinXP.

20 years agoCorrect the calculation of the year for the 31'st of December of 2000
Rein Klazes [Fri, 22 Oct 2004 19:54:17 +0000 (19:54 +0000)]
Correct the calculation of the year for the 31'st of December of 2000
and every 400 years after that. Add a test used to find this bug.

20 years agoFix indenting of last patch (tabs instead of spaces).
Martin Fuchs [Fri, 22 Oct 2004 19:52:50 +0000 (19:52 +0000)]
Fix indenting of last patch (tabs instead of spaces).

20 years agoAdd a test for creating empty shelllink files.
Mike McCormack [Fri, 22 Oct 2004 19:52:33 +0000 (19:52 +0000)]
Add a test for creating empty shelllink files.

20 years agoAudit the Date Time Control. Unicodification.
Dimitrie O. Paun [Fri, 22 Oct 2004 19:52:08 +0000 (19:52 +0000)]
Audit the Date Time Control. Unicodification.
Type safe functions (pass infoPtr and type safe values around).
Some cleanup and indentation fixes.

20 years agoDon't consider a bad format an error unless the capabilities say it
Robert Reif [Fri, 22 Oct 2004 19:51:54 +0000 (19:51 +0000)]
Don't consider a bad format an error unless the capabilities say it
should be supported.
Don't consider a device already in use an error.

20 years ago- SHCreateDirectory should create intermediate directories if
Rolf Kalbermatter [Thu, 21 Oct 2004 22:29:42 +0000 (22:29 +0000)]
- SHCreateDirectory should create intermediate directories if
  necessary.
- Remove extra boolean parameter in SHNotifyMoveFile as it is not
  used.
- Use in SHFileOperation the function SHNotifyCreateDirectory instead
  of SHCreateDirectoryEx as it does not anymore what is needed here.
- Fix several unsigned/signed mismatch warnings.

20 years agoStandardize on '%long --pointer'.
Francois Gouget [Thu, 21 Oct 2004 22:28:28 +0000 (22:28 +0000)]
Standardize on '%long --pointer'.
Update it to match the latest source. Fixes many winapi_check
warnings.

20 years agoMonthcal_SetRange: Set proper value for min date.
Uwe Bonnes [Thu, 21 Oct 2004 22:28:12 +0000 (22:28 +0000)]
Monthcal_SetRange: Set proper value for min date.

20 years agoRemove env values from config, they are now maintained in the
Dimitrie O. Paun [Thu, 21 Oct 2004 22:20:47 +0000 (22:20 +0000)]
Remove env values from config, they are now maintained in the
registry.

20 years agoFix some issues reported by winapi_check:
Francois Gouget [Thu, 21 Oct 2004 21:00:29 +0000 (21:00 +0000)]
Fix some issues reported by winapi_check:
Add mscat.h and wintrust.h; update wincrypt.h.
Fix the CryptCATAdminAcquireContext() and WinVerifyTrust() prototypes
so they use the proper types.
Update the wintrust section of win32.api.

20 years agoAlways remove WS_BORDER style from ComboBoxEx control.
Robert Shearman [Thu, 21 Oct 2004 20:59:38 +0000 (20:59 +0000)]
Always remove WS_BORDER style from ComboBoxEx control.

20 years ago- Don't double-quote an already double-quoted argument.
Ge van Geldorp [Thu, 21 Oct 2004 20:59:25 +0000 (20:59 +0000)]
- Don't double-quote an already double-quoted argument.
- Properly increment the fmt pointer.

20 years agoImplement the beginnings of the stateblock class, and a first method
Jason Edmeades [Thu, 21 Oct 2004 20:59:12 +0000 (20:59 +0000)]
Implement the beginnings of the stateblock class, and a first method
to use it.