wine
21 years agoWe need to compare the world transforms (at least the 4 scaling
Huw Davies [Wed, 13 Nov 2002 23:54:50 +0000 (23:54 +0000)] 
We need to compare the world transforms (at least the 4 scaling
elements) when we accept a font from the cache.
Get the correct values for the underscore size and position.
Added a missing closedir().

21 years agoFix PSDRV_DrawArc to work properly with logical coords.
Huw Davies [Wed, 13 Nov 2002 23:52:29 +0000 (23:52 +0000)] 
Fix PSDRV_DrawArc to work properly with logical coords.

21 years agoInstead of trying to download the Type 42 glpyh metrics incrementally
Huw Davies [Wed, 13 Nov 2002 23:51:44 +0000 (23:51 +0000)] 
Instead of trying to download the Type 42 glpyh metrics incrementally
(which most printers don't seem to understand), we'll download the
whole hmtx table in one go (sigh) unless it's larger than 64K in which
case we'll go back to using a Type 1 font.

21 years agoWe can't cache the unscaled font's hfont, since the mapping mode may
Huw Davies [Wed, 13 Nov 2002 23:50:44 +0000 (23:50 +0000)] 
We can't cache the unscaled font's hfont, since the mapping mode may
change.  This resulted in some glyphs being downloaded at the wrong
size.

21 years agoMake sure widl doesn't depend on the headers it has to generate.
Alexandre Julliard [Wed, 13 Nov 2002 21:31:01 +0000 (21:31 +0000)] 
Make sure widl doesn't depend on the headers it has to generate.

21 years agoUpdated dependencies.
Alexandre Julliard [Wed, 13 Nov 2002 21:25:53 +0000 (21:25 +0000)] 
Updated dependencies.

21 years agoZero out the returned LINETRANSLATECAPS structure.
Huw Davies [Wed, 13 Nov 2002 21:25:34 +0000 (21:25 +0000)] 
Zero out the returned LINETRANSLATECAPS structure.
Read country list from the registry.
Add a load of countries to winedefault.reg.

21 years agoSend a CDN_FILEOK in FILEDLG95_OnOpenMultipleFiles.
Mike McCormack [Wed, 13 Nov 2002 21:21:41 +0000 (21:21 +0000)] 
Send a CDN_FILEOK in FILEDLG95_OnOpenMultipleFiles.
Restructure the handling of Custom dialog notifications.

21 years ago- Add support for multiple image lists.
Ulrich Czekalla [Wed, 13 Nov 2002 21:21:03 +0000 (21:21 +0000)] 
- Add support for multiple image lists.
- Add TBN_INITCUSTOMIZE notification.
- Correctly populate TBN_QUERYDELETE.
- Support TBN_GETBUTTONINFOW.

21 years agoFixed a bug with combo boxes where only 1 items was being displayed.
Aric Stewart [Wed, 13 Nov 2002 21:18:32 +0000 (21:18 +0000)] 
Fixed a bug with combo boxes where only 1 items was being displayed.

21 years agoFixed sign problem in GetWindowWord/Long check for offset larger than
Alexandre Julliard [Wed, 13 Nov 2002 19:49:29 +0000 (19:49 +0000)] 
Fixed sign problem in GetWindowWord/Long check for offset larger than
the window extra bytes.

21 years agoAdd IStream and IStorage interface entries.
Huw Davies [Wed, 13 Nov 2002 19:48:49 +0000 (19:48 +0000)] 
Add IStream and IStorage interface entries.

21 years agoCap the reported physical memory to 2GB to prevent applications
Francois Gouget [Wed, 13 Nov 2002 19:48:07 +0000 (19:48 +0000)] 
Cap the reported physical memory to 2GB to prevent applications
(e.g. QuickTime 6) from crashing.

21 years agoMaintain lower cased file names in the Wine config directory.
Dmitry Timoshkov [Wed, 13 Nov 2002 19:47:22 +0000 (19:47 +0000)] 
Maintain lower cased file names in the Wine config directory.

21 years agoUse iso8859-15 on European keyboards.
Huw Davies [Wed, 13 Nov 2002 19:46:08 +0000 (19:46 +0000)] 
Use iso8859-15 on European keyboards.

21 years agoWork with the correct subkey with loading keys. Not a true fix to the
Aric Stewart [Wed, 13 Nov 2002 19:45:27 +0000 (19:45 +0000)] 
Work with the correct subkey with loading keys. Not a true fix to the
LoadKey/SaveKey situation.

21 years agoFix a few GDI memory leaks.
Mike McCormack [Wed, 13 Nov 2002 19:43:53 +0000 (19:43 +0000)] 
Fix a few GDI memory leaks.

21 years agoAdd stubs and declarations for WSAInstallServiceClassA/W.
Mike McCormack [Wed, 13 Nov 2002 19:42:23 +0000 (19:42 +0000)] 
Add stubs and declarations for WSAInstallServiceClassA/W.

21 years agoAdd a counter to keep track of the number of outstanding async
Huw Davies [Wed, 13 Nov 2002 19:40:50 +0000 (19:40 +0000)] 
Add a counter to keep track of the number of outstanding async
requests.  This gets around a problem where a SetEvent could be called
before a previous event had been dealt with.

21 years agoCheck the return value of ImageList_GetImageInfo before adjusting the
Huw Davies [Wed, 13 Nov 2002 19:39:09 +0000 (19:39 +0000)] 
Check the return value of ImageList_GetImageInfo before adjusting the
size.

21 years agoReduce the maximum length of debug strings to 80 characters.
Huw Davies [Wed, 13 Nov 2002 19:38:17 +0000 (19:38 +0000)] 
Reduce the maximum length of debug strings to 80 characters.

21 years agoDo not define MZ_SUPPORTED if we do not have sys/vm86.h for all the
Marcus Meissner [Wed, 13 Nov 2002 19:37:24 +0000 (19:37 +0000)] 
Do not define MZ_SUPPORTED if we do not have sys/vm86.h for all the
struct definitions.

21 years agoOnly include curses headers if we are using curses at all.
Marcus Meissner [Wed, 13 Nov 2002 19:37:10 +0000 (19:37 +0000)] 
Only include curses headers if we are using curses at all.

21 years agoITypeInfo::Invoke now is able to invoke a function even when it is
Alberto Massari [Wed, 13 Nov 2002 19:36:57 +0000 (19:36 +0000)] 
ITypeInfo::Invoke now is able to invoke a function even when it is
provided with a byref argument.

21 years agoFixed data copying in msvcrt_argvtos (spotted by bill@taniwha.org).
Alexandre Julliard [Wed, 13 Nov 2002 04:20:54 +0000 (04:20 +0000)] 
Fixed data copying in msvcrt_argvtos (spotted by bill@taniwha.org).

21 years agoMoved rpc.h inclusion in widl-generated file so that tests compile.
Alexandre Julliard [Wed, 13 Nov 2002 04:18:38 +0000 (04:18 +0000)] 
Moved rpc.h inclusion in widl-generated file so that tests compile.

21 years agoFixed mismatches between the Wine headers and the Microsoft headers.
Patrik Stridvall [Wed, 13 Nov 2002 04:13:42 +0000 (04:13 +0000)] 
Fixed mismatches between the Wine headers and the Microsoft headers.

21 years agoFixed several bugs in:
Eric Pouech [Wed, 13 Nov 2002 04:09:34 +0000 (04:09 +0000)] 
Fixed several bugs in:
  - page/paragraph reading for >= Win95 help files without compression
  - bitmap & metafile loading
  - btree reading
Now caching bitmap loading for better performance.
Several internal code cleanups.

21 years ago- Added support for CF_ENABLETEMPLATEHANDLE.
Shachar Shemesh [Wed, 13 Nov 2002 04:08:57 +0000 (04:08 +0000)] 
- Added support for CF_ENABLETEMPLATEHANDLE.
- Revised the FIXME on unsupported flags to not reported the flags now
  turned supported.

21 years agoAdded stubs for IsHostInProxyBypassList and GetUrlCacheEntryInfoExA.
Alberto Massari [Wed, 13 Nov 2002 04:08:26 +0000 (04:08 +0000)] 
Added stubs for IsHostInProxyBypassList and GetUrlCacheEntryInfoExA.

21 years agoActually exit loop on '\0' while printing a string.
Eric Pouech [Wed, 13 Nov 2002 04:07:46 +0000 (04:07 +0000)] 
Actually exit loop on '\0' while printing a string.

21 years agoWrote a Wine-compatible wtypes.idl, and generated wtypes.h from it.
Ove Kaaven [Wed, 13 Nov 2002 00:22:16 +0000 (00:22 +0000)] 
Wrote a Wine-compatible wtypes.idl, and generated wtypes.h from it.

21 years agoMove simple interrupt handlers to winedos.
Jukka Heinonen [Tue, 12 Nov 2002 23:29:48 +0000 (23:29 +0000)] 
Move simple interrupt handlers to winedos.

21 years agoSilence IShellLink::SetShowCmd for the case we support.
Marcus Meissner [Tue, 12 Nov 2002 23:25:33 +0000 (23:25 +0000)] 
Silence IShellLink::SetShowCmd for the case we support.

21 years agoUpdate Reporting Bugs section to reflect current state of wine bugs.
Tony Lambregts [Tue, 12 Nov 2002 23:24:42 +0000 (23:24 +0000)] 
Update Reporting Bugs section to reflect current state of wine bugs.

21 years agoucontext.h check requires signal.h.
Gerald Pfeifer [Tue, 12 Nov 2002 23:21:55 +0000 (23:21 +0000)] 
ucontext.h check requires signal.h.

21 years agoThe already implemented function swscanf was missing an entry.
Alberto Massari [Tue, 12 Nov 2002 23:20:31 +0000 (23:20 +0000)] 
The already implemented function swscanf was missing an entry.

21 years agoDo not link against -lcups directly, but dynamically load it if
Marcus Meissner [Tue, 12 Nov 2002 02:22:24 +0000 (02:22 +0000)] 
Do not link against -lcups directly, but dynamically load it if
present (just like freetype etc.)

21 years agoFirst of tests for the Rtl* string manipulation functions.
Robert Shearman [Tue, 12 Nov 2002 02:18:10 +0000 (02:18 +0000)] 
First of tests for the Rtl* string manipulation functions.

21 years agoImplemented RtlUnicodeStringToInteger.
Robert Shearman [Tue, 12 Nov 2002 02:17:34 +0000 (02:17 +0000)] 
Implemented RtlUnicodeStringToInteger.

21 years agoAdd multimedia.sgml to standalone wine-devel guide, was already in
Vincent Béron [Tue, 12 Nov 2002 02:16:48 +0000 (02:16 +0000)] 
Add multimedia.sgml to standalone wine-devel guide, was already in
wine-doc.sgml.

21 years agoCorrectly identify a RedHat distribution.
Vincent Béron [Tue, 12 Nov 2002 02:16:11 +0000 (02:16 +0000)] 
Correctly identify a RedHat distribution.

21 years agoRearranged code to make it more readable.
Dustin Navea [Tue, 12 Nov 2002 02:15:45 +0000 (02:15 +0000)] 
Rearranged code to make it more readable.
Added in Redhat install instructions, and made note in Other Distro's
section to check the Redhat page if you are using Mandrake, as it is
Redhat-based.
Updated FTP list in the docs, only 1 link different from the most recent
ANNOUNCE, wow!
Added instructions on un-tarring, compiling, and installing wine from
a tarball.

21 years agoCorrected code spacing for readability.
Dustin Navea [Tue, 12 Nov 2002 02:15:03 +0000 (02:15 +0000)] 
Corrected code spacing for readability.

21 years agoChange first usage of the Word Linux into a link to the linux FAQ at
Dustin Navea [Tue, 12 Nov 2002 02:14:52 +0000 (02:14 +0000)] 
Change first usage of the Word Linux into a link to the linux FAQ at
linuxdoc.org.
Change first usage of the word X11 into a link to the X11 FAQ at
xfree86.org.
Add wine-devel to the places to go for burning questions.
Upped the system req's to the current requirements.
Fixed a few grammatical errors and made the text look a little
prettier.

21 years agoAdd the wine-devel list and myself to the entities to be referenced in
Dustin Navea [Tue, 12 Nov 2002 02:14:29 +0000 (02:14 +0000)] 
Add the wine-devel list and myself to the entities to be referenced in
the docs.

21 years ago- Fix bug in multitexturing introduced during dummy texture changes.
Jason Edmeades [Tue, 12 Nov 2002 02:14:13 +0000 (02:14 +0000)] 
- Fix bug in multitexturing introduced during dummy texture changes.
- Additional traces.

21 years agoImplemented body of HGLOBALStreamImpl::Clone.
Alberto Massari [Tue, 12 Nov 2002 02:13:49 +0000 (02:13 +0000)] 
Implemented body of HGLOBALStreamImpl::Clone.

21 years agoAdded HttpOpenRequestW, HttpQueryInfoW, HttpSendRequestW.
Alberto Massari [Tue, 12 Nov 2002 02:13:04 +0000 (02:13 +0000)] 
Added HttpOpenRequestW, HttpQueryInfoW, HttpSendRequestW.

21 years agoSupport for enums, arrays, encapsulated unions, signed/unsigned
Ove Kaaven [Tue, 12 Nov 2002 02:12:35 +0000 (02:12 +0000)] 
Support for enums, arrays, encapsulated unions, signed/unsigned
qualifiers, UUIDs, include guards, the new ICOM_DEFINE1 macro, and
some other improvements.

21 years agoRemove parts that have been moved already in the Development Guide.
Dimitrie O. Paun [Tue, 12 Nov 2002 02:12:14 +0000 (02:12 +0000)] 
Remove parts that have been moved already in the Development Guide.

21 years agoAdd test for DeleteFileA with empty paths.
Ryan Cumming [Tue, 12 Nov 2002 02:11:52 +0000 (02:11 +0000)] 
Add test for DeleteFileA with empty paths.

21 years agoUpdated the generated tests.
Patrik Stridvall [Tue, 12 Nov 2002 01:13:10 +0000 (01:13 +0000)] 
Updated the generated tests.

21 years agoAdded tests for a few new DLLs.
Patrik Stridvall [Tue, 12 Nov 2002 01:05:17 +0000 (01:05 +0000)] 
Added tests for a few new DLLs.

21 years agoFixed mismatches between the Wine headers and the Microsoft headers.
Patrik Stridvall [Tue, 12 Nov 2002 01:05:00 +0000 (01:05 +0000)] 
Fixed mismatches between the Wine headers and the Microsoft headers.

21 years agoFixed sparc check.
Alexandre Julliard [Tue, 12 Nov 2002 01:04:04 +0000 (01:04 +0000)] 
Fixed sparc check.

21 years agoMake the instructions of how to install sgml easier to understand.
Tony Lambregts [Mon, 11 Nov 2002 22:26:02 +0000 (22:26 +0000)] 
Make the instructions of how to install sgml easier to understand.

21 years agoAdded partial implementation of ITypeInfo::GetDllEntry().
Marcus Meissner [Mon, 11 Nov 2002 22:24:31 +0000 (22:24 +0000)] 
Added partial implementation of ITypeInfo::GetDllEntry().

21 years agoProper logging of DDSCAPS / DDSCAPS2 structures.
Lionel Ulmer [Mon, 11 Nov 2002 22:23:10 +0000 (22:23 +0000)] 
Proper logging of DDSCAPS / DDSCAPS2 structures.

21 years agoImplemented a Wine-only scheme for interprocess WinHelp message
Eric Pouech [Mon, 11 Nov 2002 22:20:47 +0000 (22:20 +0000)] 
Implemented a Wine-only scheme for interprocess WinHelp message
passing.

21 years agoFix some NULL dereferencing.
Rolf Kalbermatter [Mon, 11 Nov 2002 22:19:42 +0000 (22:19 +0000)] 
Fix some NULL dereferencing.

21 years agoFixed bit 2 value and set bit 1 too.
Robert 'Admiral' Coeyman [Mon, 11 Nov 2002 22:19:12 +0000 (22:19 +0000)] 
Fixed bit 2 value and set bit 1 too.

21 years agoRemoved winetest.
Alexandre Julliard [Mon, 11 Nov 2002 21:14:25 +0000 (21:14 +0000)] 
Removed winetest.

21 years agoClip bottom coordinates.
Marko Kreen [Mon, 11 Nov 2002 20:26:33 +0000 (20:26 +0000)] 
Clip bottom coordinates.

21 years agoRewrite make_ctests and runtest in shell.
Dimitrie O. Paun [Mon, 11 Nov 2002 20:25:54 +0000 (20:25 +0000)] 
Rewrite make_ctests and runtest in shell.

21 years agoMove all int31 functions to winedos.
Jukka Heinonen [Mon, 11 Nov 2002 19:55:52 +0000 (19:55 +0000)] 
Move all int31 functions to winedos.
Fix some obvious bugs in int31 functions.

21 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Mon, 11 Nov 2002 19:55:33 +0000 (19:55 +0000)] 
Fixed some issues found by winapi_check.

21 years ago- API files update.
Patrik Stridvall [Mon, 11 Nov 2002 19:55:11 +0000 (19:55 +0000)] 
- API files update.
- Fixed options --cross-call-{unicode-ascii,win32-win16}.
- Minor reorganization of the global checks.

21 years agoAdd case for non sparc / non i386 SYSDEPS_CallOnStack.
Marcus Meissner [Mon, 11 Nov 2002 19:54:41 +0000 (19:54 +0000)] 
Add case for non sparc / non i386 SYSDEPS_CallOnStack.

21 years agoImplemented OleLoadPictureEx.
Marcus Meissner [Mon, 11 Nov 2002 19:54:22 +0000 (19:54 +0000)] 
Implemented OleLoadPictureEx.

21 years agoSilence one FIXME(). Implement ITypeInfo::GetDocumentation for
Marcus Meissner [Mon, 11 Nov 2002 19:54:04 +0000 (19:54 +0000)] 
Silence one FIXME(). Implement ITypeInfo::GetDocumentation for
variable descriptions.

21 years agoNow properly unloading multimedia drivers when winmm unloads.
Eric Pouech [Mon, 11 Nov 2002 19:53:01 +0000 (19:53 +0000)] 
Now properly unloading multimedia drivers when winmm unloads.

21 years agoFix copy/paste bug. Make MessageBox without an icon look better.
Dmitry Timoshkov [Mon, 11 Nov 2002 19:52:33 +0000 (19:52 +0000)] 
Fix copy/paste bug. Make MessageBox without an icon look better.

21 years agoFixed loading HCW 4.0 files without phrase image compression.
Eric Pouech [Mon, 11 Nov 2002 19:52:07 +0000 (19:52 +0000)] 
Fixed loading HCW 4.0 files without phrase image compression.

21 years ago- Added #include <sys/types.h> where needed for FreeBSD.
Patrik Stridvall [Fri, 8 Nov 2002 19:34:52 +0000 (19:34 +0000)] 
- Added #include <sys/types.h> where needed for FreeBSD.
- Added protection for #include <sys/{socket,un}.h>.

21 years ago- Changed all numeric resources in ChooseFont to labels for better
Shachar Shemesh [Fri, 8 Nov 2002 18:56:46 +0000 (18:56 +0000)] 
- Changed all numeric resources in ChooseFont to labels for better
  readability.
- Changed all handling of stc6 (1093) to atc5 (1092) so that will be
  compatible with Windows resource numbers.
- Added code to load the user's resources rather than our own if
  CF_ENABLETEMPLATE is passed in "flags".

21 years agoAvoid FreeBSD compatibility issues with dbreg structure.
Pierre Beyssac [Fri, 8 Nov 2002 18:55:31 +0000 (18:55 +0000)] 
Avoid FreeBSD compatibility issues with dbreg structure.

21 years agoMoved IMalloc definition from obj_base.h to obj_misc.h.
Ove Kaaven [Fri, 8 Nov 2002 18:54:44 +0000 (18:54 +0000)] 
Moved IMalloc definition from obj_base.h to obj_misc.h.

21 years agoAdded WINELIB_NAME_AW for LPCCINFO.
Juraj Hercek [Fri, 8 Nov 2002 18:54:26 +0000 (18:54 +0000)] 
Added WINELIB_NAME_AW for LPCCINFO.

21 years agoFixed bug in context registers, added HANDLER_DEF and HANDLER_CONTEXT
Juraj Hercek [Fri, 8 Nov 2002 18:54:10 +0000 (18:54 +0000)] 
Fixed bug in context registers, added HANDLER_DEF and HANDLER_CONTEXT
macros.

21 years agoOnly enable VM86 mode if we have the <sys/vm86.h> include file.
Marcus Meissner [Fri, 8 Nov 2002 18:53:32 +0000 (18:53 +0000)] 
Only enable VM86 mode if we have the <sys/vm86.h> include file.

21 years agoNew structures: RASIPADDR, RASDEVINFO, RASENTRY.
Marcus Meissner [Fri, 8 Nov 2002 18:53:19 +0000 (18:53 +0000)] 
New structures: RASIPADDR, RASDEVINFO, RASENTRY.
New stubs: RasSetEntryProperties.
RasEnumDevicesA enhanced.

21 years agoThe object returned by IEnumFORMATETC::Clone should have the same
Alberto Massari [Fri, 8 Nov 2002 18:52:52 +0000 (18:52 +0000)] 
The object returned by IEnumFORMATETC::Clone should have the same
cursor position of the source object.

21 years agoAvoid crashing when releasing an NdrCStdStubBuffer that had been
Alberto Massari [Fri, 8 Nov 2002 18:52:34 +0000 (18:52 +0000)] 
Avoid crashing when releasing an NdrCStdStubBuffer that had been
previously disconnected.

21 years ago- Silence annoying "Empty path passed" error.
Ryan Cumming [Fri, 8 Nov 2002 18:52:18 +0000 (18:52 +0000)] 
- Silence annoying "Empty path passed" error.
- Set error correctly when an empty path is passed to DeleteFile.

21 years agoRemove OLE_GetFormatA, reimplement GetDateFormatA and GetTimeFormatA
Ryan Cumming [Fri, 8 Nov 2002 18:51:56 +0000 (18:51 +0000)] 
Remove OLE_GetFormatA, reimplement GetDateFormatA and GetTimeFormatA
as wrappers around their Unicode versions.

21 years agoDraft implementation of DispCallFunc.
Marcus Meissner [Fri, 8 Nov 2002 18:51:28 +0000 (18:51 +0000)] 
Draft implementation of DispCallFunc.

21 years agoDisable address space limit check on non-i386 platforms.
Alexandre Julliard [Wed, 6 Nov 2002 22:33:17 +0000 (22:33 +0000)] 
Disable address space limit check on non-i386 platforms.

21 years agoDo not draw the text of the item being edited.
Dimitrie O. Paun [Wed, 6 Nov 2002 22:32:00 +0000 (22:32 +0000)] 
Do not draw the text of the item being edited.

21 years agoAdded quotes to assembly language output.
Eric Frias [Wed, 6 Nov 2002 22:07:38 +0000 (22:07 +0000)] 
Added quotes to assembly language output.

21 years agoImplemented SYSDEPS_CallOnStack for sparcs.
Juraj Hercek [Wed, 6 Nov 2002 22:05:59 +0000 (22:05 +0000)] 
Implemented SYSDEPS_CallOnStack for sparcs.

21 years agoBug fixes related to sparc 4-byte boundary alignment.
Juraj Hercek [Wed, 6 Nov 2002 22:02:52 +0000 (22:02 +0000)] 
Bug fixes related to sparc 4-byte boundary alignment.

21 years agoFix the 'jumping selection' bug (#1108).
Dimitrie O. Paun [Wed, 6 Nov 2002 22:01:56 +0000 (22:01 +0000)] 
Fix the 'jumping selection' bug (#1108).
Misc small cleanups.

21 years agoWhen checking for sys/mount.h and sys/user.h also include sys/types.h
Gerald Pfeifer [Wed, 6 Nov 2002 22:00:10 +0000 (22:00 +0000)] 
When checking for sys/mount.h and sys/user.h also include sys/types.h
if available.

21 years agoUpdated the generated tests.
Patrik Stridvall [Wed, 6 Nov 2002 21:59:15 +0000 (21:59 +0000)] 
Updated the generated tests.

21 years ago- Added code for detection of missing types.
Patrik Stridvall [Wed, 6 Nov 2002 21:58:50 +0000 (21:58 +0000)] 
- Added code for detection of missing types.
- Added missing types.
- Added a function for each type test to improve compiling with -O2.

21 years ago- Remove stupid indentations from trace msgs.
Greg Turner [Wed, 6 Nov 2002 21:58:21 +0000 (21:58 +0000)] 
- Remove stupid indentations from trace msgs.
- Update the rpc TODO list a bit.
- Add some constants for winapi_check.
- Nil pointer support for some UUID functions (spotted by Olivier
  Evalet).

21 years agoRemove ERR() if menu entry isn't of type MF_STRING as some
Chris Morgan [Wed, 6 Nov 2002 21:57:50 +0000 (21:57 +0000)] 
Remove ERR() if menu entry isn't of type MF_STRING as some
applications set flags of MT_SEPARATOR and erroneous errors are
produced.  Add a couple of comments.

21 years ago- Fix RtlTimeToTimeFields to actually work.
György 'Nog' Jeney [Wed, 6 Nov 2002 21:57:23 +0000 (21:57 +0000)] 
- Fix RtlTimeToTimeFields to actually work.
- Remove comments about leap seconds, windows doesn't take that into
  account.

21 years agoStart using winedos handlers for all interrupts.
Jukka Heinonen [Wed, 6 Nov 2002 21:56:52 +0000 (21:56 +0000)] 
Start using winedos handlers for all interrupts.