wine
18 years agouser: Remove internal messages from the message queue before handling them.
Michael Kaufmann [Mon, 30 Jan 2006 17:15:52 +0000 (18:15 +0100)] 
user: Remove internal messages from the message queue before handling them.

18 years agowinecfg: Spanish translation update.
José Manuel Ferrer Ortiz [Mon, 30 Jan 2006 17:15:42 +0000 (18:15 +0100)] 
winecfg: Spanish translation update.

18 years agoserver: Initial inotify support.
Mike McCormack [Mon, 30 Jan 2006 17:15:31 +0000 (18:15 +0100)] 
server: Initial inotify support.

18 years agokernel: Add some more tests for FindFirstChangeNotification.
Mike McCormack [Mon, 30 Jan 2006 17:14:12 +0000 (18:14 +0100)] 
kernel: Add some more tests for FindFirstChangeNotification.

18 years agoFixed creation of PS_ALTERNATE pens.
Alexandre Julliard [Mon, 30 Jan 2006 14:02:53 +0000 (15:02 +0100)] 
Fixed creation of PS_ALTERNATE pens.

18 years agocomctl32: Fix tab-control flickering.
Tobias Loew [Mon, 30 Jan 2006 13:57:26 +0000 (14:57 +0100)] 
comctl32: Fix tab-control flickering.

18 years agox11drv: Fix AlphaBlend read boundaries.
Maarten Lankhorst [Mon, 30 Jan 2006 13:57:08 +0000 (14:57 +0100)] 
x11drv: Fix AlphaBlend read boundaries.

18 years agomsi: Add an implementation of MsiGetDatabaseState.
Mike McCormack [Mon, 30 Jan 2006 13:56:52 +0000 (14:56 +0100)] 
msi: Add an implementation of MsiGetDatabaseState.

18 years agowincrypt.h: Add more missing defines.
Juan Lang [Mon, 30 Jan 2006 13:56:38 +0000 (14:56 +0100)] 
wincrypt.h: Add more missing defines.

18 years agouser: Remove duplicate code.
Vitaliy Margolen [Mon, 30 Jan 2006 13:56:25 +0000 (14:56 +0100)] 
user: Remove duplicate code.

18 years agouser/tests: Add test for low level mouse hooks.
Vitaliy Margolen [Mon, 30 Jan 2006 13:56:17 +0000 (14:56 +0100)] 
user/tests: Add test for low level mouse hooks.

18 years agorpcrt4: Fill in the IRpcStubBuffer vtables for interfaces that don't
Robert Shearman [Mon, 30 Jan 2006 13:56:07 +0000 (14:56 +0100)] 
rpcrt4: Fill in the IRpcStubBuffer vtables for interfaces that don't
already have them filled in.

18 years agooleaut: Fix the order of parameters passed into DispCallFunc.
Robert Shearman [Mon, 30 Jan 2006 13:55:57 +0000 (14:55 +0100)] 
oleaut: Fix the order of parameters passed into DispCallFunc.

18 years agokernel: Remove bogus breaks in tape.c
Michael Stefaniuc [Mon, 30 Jan 2006 13:55:47 +0000 (14:55 +0100)] 
kernel: Remove bogus breaks in tape.c

18 years agomsxml: Issue a fixme if the interface is not implemented.
Huw Davies [Fri, 27 Jan 2006 18:22:56 +0000 (19:22 +0100)] 
msxml: Issue a fixme if the interface is not implemented.

18 years agogdi: Add test case for creating pens, make it pass under Wine for
Dmitry Timoshkov [Fri, 27 Jan 2006 18:22:38 +0000 (19:22 +0100)] 
gdi: Add test case for creating pens, make it pass under Wine for
cosmetic pens.

18 years agokernel: Partially implement ReadDirectoryChangesW using NtNotifyChangeDirectoryFile.
Mike McCormack [Fri, 27 Jan 2006 18:19:46 +0000 (19:19 +0100)] 
kernel: Partially implement ReadDirectoryChangesW using NtNotifyChangeDirectoryFile.

18 years agoiphlpapi: Reimplement interface enumeration.
Juan Lang [Fri, 27 Jan 2006 18:19:32 +0000 (19:19 +0100)] 
iphlpapi: Reimplement interface enumeration.
Implement interface enumeration based on if_nameindex, based on a
suggestion by Michael Ost

18 years agouser: Fix SPI_{G|S}ETFONTSMOOTHING with tests.
Rein Klazes [Fri, 27 Jan 2006 18:19:19 +0000 (19:19 +0100)] 
user: Fix SPI_{G|S}ETFONTSMOOTHING with tests.

18 years agoFix a couple of bugs spotted by valgrind.
Eric Pouech [Fri, 27 Jan 2006 15:18:05 +0000 (16:18 +0100)] 
Fix a couple of bugs spotted by valgrind.

18 years agoSuppress some false-positives reported by valgrind.
Eric Pouech [Fri, 27 Jan 2006 15:17:51 +0000 (16:17 +0100)] 
Suppress some false-positives reported by valgrind.

18 years agowinedbg: Hardware breakpoints
Eric Pouech [Fri, 27 Jan 2006 15:17:22 +0000 (16:17 +0100)] 
winedbg: Hardware breakpoints
- implemented hardware assisted breakpoints (new 'hbreak' command
  which behaves just as 'break' command)
- small improvements to break handling (saving hit xpoint across
  exception handling)
- fixed 'cont N' command for watchpoints

18 years agoserver: Make the FILE_SHARE_DELETE sharing checks depend on DELETE
Alexandre Julliard [Fri, 27 Jan 2006 14:50:38 +0000 (15:50 +0100)] 
server: Make the FILE_SHARE_DELETE sharing checks depend on DELETE
access instead of on the FILE_DELETE_ON_CLOSE flag (based on a patch
by Mike McCormack).

18 years agoshell32: Fixed a couple of FindFirstFile handle leaks.
Alexandre Julliard [Fri, 27 Jan 2006 14:48:29 +0000 (15:48 +0100)] 
shell32: Fixed a couple of FindFirstFile handle leaks.

18 years agooleaut32: Ignore new test ok file.
Alexandre Julliard [Fri, 27 Jan 2006 14:47:57 +0000 (15:47 +0100)] 
oleaut32: Ignore new test ok file.

18 years agouser: Don't automatically add a bunch of styles in create_editcontrol.
Huw Davies [Fri, 27 Jan 2006 14:47:32 +0000 (15:47 +0100)] 
user: Don't automatically add a bunch of styles in create_editcontrol.

18 years agouser: Fix DrawTextExA/W on empty strings.
Rein Klazes [Fri, 27 Jan 2006 14:47:15 +0000 (15:47 +0100)] 
user: Fix DrawTextExA/W on empty strings.
DrawTextExA/W should calculate a rectangle of zero height and width in
some cases of null or empty supplied strings. With conformance tests.

18 years agokernel32: Implement FindFirstChangeNotification with NtNotifyChangeDirectoryFile.
Mike McCormack [Fri, 27 Jan 2006 11:54:31 +0000 (12:54 +0100)] 
kernel32: Implement FindFirstChangeNotification with NtNotifyChangeDirectoryFile.

18 years agoole: Test and implement LPSAFEARRAY marshaling.
Robert Shearman [Fri, 27 Jan 2006 11:54:22 +0000 (12:54 +0100)] 
ole: Test and implement LPSAFEARRAY marshaling.

18 years agooleaut: Improve the typelib marshaler traces.
Robert Shearman [Fri, 27 Jan 2006 11:54:03 +0000 (12:54 +0100)] 
oleaut: Improve the typelib marshaler traces.
Improve the typelib marshaler traces for lazy developers like me who
don't want to grep for constants.

18 years agoinclude: Add types and definitions for RPC user callback routines.
Robert Shearman [Fri, 27 Jan 2006 11:53:51 +0000 (12:53 +0100)] 
include: Add types and definitions for RPC user callback routines.

18 years agoinclude: Add new union cases for PROPVARIANT structure.
Robert Shearman [Fri, 27 Jan 2006 11:53:42 +0000 (12:53 +0100)] 
include: Add new union cases for PROPVARIANT structure.

18 years agowidl: Implement callback conformance.
Robert Shearman [Fri, 27 Jan 2006 11:53:32 +0000 (12:53 +0100)] 
widl: Implement callback conformance.

18 years agoriched20: Remove a couple of no longer used functions.
Alexandre Julliard [Fri, 27 Jan 2006 11:20:21 +0000 (12:20 +0100)] 
riched20: Remove a couple of no longer used functions.

18 years agoserver: Fix the file notification interface to use directory handles.
Mike McCormack [Fri, 27 Jan 2006 11:13:56 +0000 (12:13 +0100)] 
server: Fix the file notification interface to use directory handles.

18 years agoserver: Fixed low-level hardware hooks.
Alexandre Julliard [Fri, 27 Jan 2006 11:12:15 +0000 (12:12 +0100)] 
server: Fixed low-level hardware hooks.
The hook thread field has been reused for win events, so it no longer
works for low-level hardward hooks. Use the owner field instead.

18 years agouser: Postpone resetting SCROLL_TrackingWin untill all notifications are sent.
Dmitry Timoshkov [Fri, 27 Jan 2006 11:10:40 +0000 (12:10 +0100)] 
user: Postpone resetting SCROLL_TrackingWin untill all notifications are sent.

18 years agowineoss: Proper support in OSS driver for audio when no mixer is present.
Eric Pouech [Fri, 27 Jan 2006 11:10:25 +0000 (12:10 +0100)] 
wineoss: Proper support in OSS driver for audio when no mixer is present.
Fixed a couple of potential fd leaks.

18 years agokernel: Implementation of tape functions.
Hans Leidekker [Fri, 27 Jan 2006 11:10:03 +0000 (12:10 +0100)] 
kernel: Implementation of tape functions.
Implement CreateTapePartition, EraseTape, GetTapeParameters,
GetTapePosition, GetTapeStatus, PrepareTape, SetTapeParameters,
SetTapePosition and WriteTapemark.

18 years agoshdocvw: Added client site's IDispatch stub implementation.
Jacek Caban [Thu, 26 Jan 2006 12:30:04 +0000 (13:30 +0100)] 
shdocvw: Added client site's IDispatch stub implementation.

18 years agoshdocvw: Added WebBrowser's IOleCommandTarget stub implementation.
Jacek Caban [Thu, 26 Jan 2006 12:29:35 +0000 (13:29 +0100)] 
shdocvw: Added WebBrowser's IOleCommandTarget stub implementation.

18 years agoshdocvw: Added client site's IOleCommandTarget stub implementation.
Jacek Caban [Thu, 26 Jan 2006 12:28:43 +0000 (13:28 +0100)] 
shdocvw: Added client site's IOleCommandTarget stub implementation.

18 years agoriched20: EM_STREAMIN should send a EN_UPDATE notification.
Phil Krylov [Thu, 26 Jan 2006 12:28:35 +0000 (13:28 +0100)] 
riched20: EM_STREAMIN should send a EN_UPDATE notification.

18 years agoriched20: Selection painting fixes.
Phil Krylov [Thu, 26 Jan 2006 12:27:28 +0000 (13:27 +0100)] 
riched20: Selection painting fixes.

18 years agontdll: Add implementation of tape IOCTLs.
Hans Leidekker [Thu, 26 Jan 2006 12:23:08 +0000 (13:23 +0100)] 
ntdll: Add implementation of tape IOCTLs.

18 years agoinclude: Add some defines related to tape support.
Hans Leidekker [Thu, 26 Jan 2006 12:22:24 +0000 (13:22 +0100)] 
include: Add some defines related to tape support.

18 years agopreloader: Allow compiling the preloader with -fstack-protector.
Mike McCormack [Thu, 26 Jan 2006 12:21:54 +0000 (13:21 +0100)] 
preloader: Allow compiling the preloader with -fstack-protector.

18 years agouser: Don't drop owned windows in WIN_EnumChildWindows.
Vitaliy Margolen [Wed, 25 Jan 2006 14:07:02 +0000 (15:07 +0100)] 
user: Don't drop owned windows in WIN_EnumChildWindows.
Add a few tests for this.

18 years agoserver: Allow opening a directory with write access (based on a patch
Alexandre Julliard [Wed, 25 Jan 2006 14:06:48 +0000 (15:06 +0100)] 
server: Allow opening a directory with write access (based on a patch
by Mike McCormack).

18 years agowtypes: Don't specify alignment for DOUBLE and DATE on MSVC.
Alexandre Julliard [Wed, 25 Jan 2006 14:03:46 +0000 (15:03 +0100)] 
wtypes: Don't specify alignment for DOUBLE and DATE on MSVC.

18 years agowine.inf: Don't overwrite registry keys that users may want to change.
Alexandre Julliard [Wed, 25 Jan 2006 12:19:43 +0000 (13:19 +0100)] 
wine.inf: Don't overwrite registry keys that users may want to change.

18 years agokernel: Handle a failure to load winedos a bit more gracefully.
Alexandre Julliard [Wed, 25 Jan 2006 12:19:11 +0000 (13:19 +0100)] 
kernel: Handle a failure to load winedos a bit more gracefully.

18 years agox11drv: Always set GC function to GXcopy for the BitBlt DIB optimization.
Alexandre Julliard [Wed, 25 Jan 2006 12:18:27 +0000 (13:18 +0100)] 
x11drv: Always set GC function to GXcopy for the BitBlt DIB optimization.

18 years agowinegcc: Pass -m32/-m64 along to the linker.
Mike Frysinger [Wed, 25 Jan 2006 12:15:34 +0000 (13:15 +0100)] 
winegcc: Pass -m32/-m64 along to the linker.

18 years agodsound: Duplex test fix.
Robert Reif [Wed, 25 Jan 2006 12:15:25 +0000 (13:15 +0100)] 
dsound: Duplex test fix.

18 years agoshdocvw: Added TranslateUrl implementation.
Jacek Caban [Wed, 25 Jan 2006 12:15:12 +0000 (13:15 +0100)] 
shdocvw: Added TranslateUrl implementation.

18 years agoshdocvw: Store IDocHostUIHandler interface in the WebBrowser object.
Jacek Caban [Wed, 25 Jan 2006 12:14:57 +0000 (13:14 +0100)] 
shdocvw: Store IDocHostUIHandler interface in the WebBrowser object.

18 years agostatic control: SS_CENTERIMAGE fixes.
Michael Kaufmann [Wed, 25 Jan 2006 12:14:44 +0000 (13:14 +0100)] 
static control: SS_CENTERIMAGE fixes.
- Stretch bitmaps and icons to the whole control size if
  SS_CENTERIMAGE is absent
- Draw the background of centered bitmaps and icons with the
  background brush (like Windows XP for applications with a manifest)

18 years agogdi: Fix the EMF bounding box calculation.
Michael Kaufmann [Wed, 25 Jan 2006 12:14:27 +0000 (13:14 +0100)] 
gdi: Fix the EMF bounding box calculation.

18 years agoiphlpapi: Remove one IP address per interface restriction.
Juan Lang [Wed, 25 Jan 2006 12:14:12 +0000 (13:14 +0100)] 
iphlpapi: Remove one IP address per interface restriction.
- remove restriction of one IP address per interface
- remove dead code, and make static functions that can be
- update comments and copyright notice

18 years agokernel: Test moving a directory that has a change notification
Hans Leidekker [Wed, 25 Jan 2006 12:13:58 +0000 (13:13 +0100)] 
kernel: Test moving a directory that has a change notification
registered for itself.

18 years agoloader: Detect pthread_get_stackaddr_np returning the top of the stack
Alexandre Julliard [Tue, 24 Jan 2006 14:11:58 +0000 (15:11 +0100)] 
loader: Detect pthread_get_stackaddr_np returning the top of the stack
instead of the base.

18 years agomsxml: Implement save.
Huw Davies [Tue, 24 Jan 2006 13:43:18 +0000 (14:43 +0100)] 
msxml: Implement save.

18 years agoprogman: Load license from resources.
Mike McCormack [Tue, 24 Jan 2006 13:32:01 +0000 (14:32 +0100)] 
progman: Load license from resources.

18 years agomsvcrt: Make error strings static.
Alexandre Julliard [Tue, 24 Jan 2006 13:00:46 +0000 (14:00 +0100)] 
msvcrt: Make error strings static.

18 years agoMake more arrays const.
Dmitry Timoshkov [Tue, 24 Jan 2006 13:00:32 +0000 (14:00 +0100)] 
Make more arrays const.

18 years agowineprefixcreate: Only create links for files that don't exist.
Alexandre Julliard [Tue, 24 Jan 2006 12:43:33 +0000 (13:43 +0100)] 
wineprefixcreate: Only create links for files that don't exist.
Make a copy instead of a link if the original file is writable.

18 years agoserver: Use the new set_fd_user function in create_serial().
Alexandre Julliard [Tue, 24 Jan 2006 12:31:48 +0000 (13:31 +0100)] 
server: Use the new set_fd_user function in create_serial().

18 years agoserver: Modify open_fd to create an fd without a user.
Mike McCormack [Tue, 24 Jan 2006 12:30:55 +0000 (13:30 +0100)] 
server: Modify open_fd to create an fd without a user.
Create a set_fd_user function.
Update create_file() to use the above functions.

18 years agowinebuild: Get rid of the default ignored symbols list.
Alexandre Julliard [Tue, 24 Jan 2006 11:29:31 +0000 (12:29 +0100)] 
winebuild: Get rid of the default ignored symbols list.

18 years agontdll: memcpy should behave like memmove in ntdll too.
Alexandre Julliard [Tue, 24 Jan 2006 11:28:34 +0000 (12:28 +0100)] 
ntdll: memcpy should behave like memmove in ntdll too.

18 years agontdll: Mark all libc-style functions as private to make sure we link
Alexandre Julliard [Tue, 24 Jan 2006 11:24:35 +0000 (12:24 +0100)] 
ntdll: Mark all libc-style functions as private to make sure we link
to the real libc functions instead.

18 years agoAvoid importing _strlwr/_strupr from ntdll.
Alexandre Julliard [Tue, 24 Jan 2006 11:24:05 +0000 (12:24 +0100)] 
Avoid importing _strlwr/_strupr from ntdll.

18 years agomsvcrt: Use the msvcrt version of printf everywhere.
Alexandre Julliard [Tue, 24 Jan 2006 11:21:58 +0000 (12:21 +0100)] 
msvcrt: Use the msvcrt version of printf everywhere.

18 years agoiphlpapi: Clean up memory allocation.
Juan Lang [Tue, 24 Jan 2006 11:18:50 +0000 (12:18 +0100)] 
iphlpapi: Clean up memory allocation.
- pass heap to allocate from directly to helper functions, instead of
  unnecessarily copying returned data
- use public types rather than internal ones
- make sure GetBestRoute doesn't return bogus matches

18 years agowidl: Generate type format strings for conformant varying arrays.
Robert Shearman [Tue, 24 Jan 2006 10:14:59 +0000 (11:14 +0100)] 
widl: Generate type format strings for conformant varying arrays.

18 years agowidl: Fix detection of varying arrays.
Robert Shearman [Tue, 24 Jan 2006 10:14:38 +0000 (11:14 +0100)] 
widl: Fix detection of varying arrays.
Correctly identify structures containing varying arrays as conformant
varying structures.

18 years agowidl: Fix detection of conformant varying structs.
Robert Shearman [Tue, 24 Jan 2006 10:14:15 +0000 (11:14 +0100)] 
widl: Fix detection of conformant varying structs.
Rename has_conformant_array to has_conformance, add a new variable
has_variance and map has_conformant_string to has_conformance and
has_variance.
A conformant varying struct should be returned if just variance is
present and even if no pointers are present.

18 years agowidl: Support generation of conformant structure type strings.
Robert Shearman [Tue, 24 Jan 2006 10:13:49 +0000 (11:13 +0100)] 
widl: Support generation of conformant structure type strings.

18 years agowidl: Conformant arrays have a size of 0.
Robert Shearman [Tue, 24 Jan 2006 10:13:30 +0000 (11:13 +0100)] 
widl: Conformant arrays have a size of 0.
Conformant arrays should cause a size of 0 to be returned from
type_memsize.

18 years agowidl: Support correlation descriptors in structures.
Robert Shearman [Tue, 24 Jan 2006 10:12:54 +0000 (11:12 +0100)] 
widl: Support correlation descriptors in structures.

18 years agowidl: Error if an array is in the middle of a structure.
Robert Shearman [Tue, 24 Jan 2006 10:12:20 +0000 (11:12 +0100)] 
widl: Error if an array is in the middle of a structure.
Fix detection of conformant arrays and output an error if the array
isn't at the end of the structure.

18 years agowidl: Fix the detection of conformant and pointer structs.
Robert Shearman [Tue, 24 Jan 2006 10:11:56 +0000 (11:11 +0100)] 
widl: Fix the detection of conformant and pointer structs.

18 years agowidl: Simple structs and complex pointers.
Robert Shearman [Tue, 24 Jan 2006 10:11:29 +0000 (11:11 +0100)] 
widl: Simple structs and complex pointers.
Write out type format string for simple structs and for pointers to
non-simple types.

18 years agowidl: Add framework for generating struct and union type format strings.
Robert Shearman [Tue, 24 Jan 2006 10:10:59 +0000 (11:10 +0100)] 
widl: Add framework for generating struct and union type format strings.

18 years agowidl: Support different types of simple pointers.
Robert Shearman [Tue, 24 Jan 2006 10:10:42 +0000 (11:10 +0100)] 
widl: Support different types of simple pointers.
Support pointer types in unmarshall_arguments.

18 years agowidl: Generate NdrNonConformatString* calls for non-conformant string types.
Robert Shearman [Tue, 24 Jan 2006 10:10:08 +0000 (11:10 +0100)] 
widl: Generate NdrNonConformatString* calls for non-conformant string types.

18 years agowidl: Add functions for detecting array and string types.
Robert Shearman [Tue, 24 Jan 2006 10:09:53 +0000 (11:09 +0100)] 
widl: Add functions for detecting array and string types.
Add functions for detecting array and string types and use these in
both writing type format strings and when marshalling and
unmarshalling parameters.

18 years agowidl: Support some more complicated conformance / variance expressions.
Robert Shearman [Tue, 24 Jan 2006 10:09:03 +0000 (11:09 +0100)] 
widl: Support some more complicated conformance / variance expressions.

18 years agowidl: Added some more constants for conformance descriptors.
Robert Shearman [Tue, 24 Jan 2006 10:08:49 +0000 (11:08 +0100)] 
widl: Added some more constants for conformance descriptors.

18 years agowidl: Start implementing writing of conformance/variance descriptors.
Robert Shearman [Tue, 24 Jan 2006 10:08:20 +0000 (11:08 +0100)] 
widl: Start implementing writing of conformance/variance descriptors.

18 years agowidl: Strings.
Robert Shearman [Tue, 24 Jan 2006 10:07:39 +0000 (11:07 +0100)] 
widl: Strings.
Write out type format strings for string types.

18 years agowidl: Arrays.
Robert Shearman [Tue, 24 Jan 2006 10:07:13 +0000 (11:07 +0100)] 
widl: Arrays.
Write out type format strings for arrays, except for the missing
generic functionality of conformance and variance descriptors.

18 years agowidl: Simplify write_typeformatstring_type.
Robert Shearman [Tue, 24 Jan 2006 10:06:32 +0000 (11:06 +0100)] 
widl: Simplify write_typeformatstring_type.
Simplify handling of types in write_typeformatstring_type by only
writing non-pointer types out when ptr_level is 0. Add stubs for
functions that will write out the type format string for strings and
arrays.

18 years agowidl: Don't use recursion for write_typeformatstring_type.
Robert Shearman [Tue, 24 Jan 2006 10:06:10 +0000 (11:06 +0100)] 
widl: Don't use recursion for write_typeformatstring_type.
Since a var_t can now be passed in, rename to
write_typeformatstring_var. Simplifies the code.

18 years agowidl: Don't use recursion to implement write_procformatstring_type.
Robert Shearman [Tue, 24 Jan 2006 10:05:51 +0000 (11:05 +0100)] 
widl: Don't use recursion to implement write_procformatstring_type.
Renamed to write_procformatstring_var now since we can pass a var_t in
again. This results in simpler code.

18 years agokernel: Fail more gracefully when loading a builtin exe didn't work.
Alexandre Julliard [Tue, 24 Jan 2006 10:05:11 +0000 (11:05 +0100)] 
kernel: Fail more gracefully when loading a builtin exe didn't work.

18 years agocomctl32: Make listview use standard wine_dbg_sprintf and wine_dbgstr_xxx.
Dmitry Timoshkov [Tue, 24 Jan 2006 10:04:32 +0000 (11:04 +0100)] 
comctl32: Make listview use standard wine_dbg_sprintf and wine_dbgstr_xxx.

18 years agogdi: Fixes to preempt freetype 2.2.0.
Huw Davies [Tue, 24 Jan 2006 10:04:20 +0000 (11:04 +0100)] 
gdi: Fixes to preempt freetype 2.2.0.

18 years agoAdded mshtmcid.h.
Jacek Caban [Tue, 24 Jan 2006 09:57:59 +0000 (10:57 +0100)] 
Added mshtmcid.h.