wine
19 years agoRemove unneeded NULL cast.
Francois Gouget [Wed, 26 Jan 2005 20:40:49 +0000 (20:40 +0000)] 
Remove unneeded NULL cast.

19 years agoWhen adding an interface, midl adds the inherited interface first
Huw Davies [Wed, 26 Jan 2005 20:40:34 +0000 (20:40 +0000)] 
When adding an interface, midl adds the inherited interface first
unless the inherited interface doesn't itself inherit.
Fix the id, sizevft and datatype2 fields for interfaces that inherit.
Prevent a crash if the typelib is empty.
Clarify a few more entries on typelib_struct.h

19 years agoFix MsiRecordSetString for NULL strings and update test case.
Mike McCormack [Wed, 26 Jan 2005 20:39:54 +0000 (20:39 +0000)] 
Fix MsiRecordSetString for NULL strings and update test case.

19 years agoDisable antialiasing of fonts while working in a palette.
Glenn Wurster [Wed, 26 Jan 2005 19:43:42 +0000 (19:43 +0000)] 
Disable antialiasing of fonts while working in a palette.

19 years agoDon't use utf8 in rc files.
Hans Leidekker [Wed, 26 Jan 2005 19:42:40 +0000 (19:42 +0000)] 
Don't use utf8 in rc files.

19 years agoFix a typo, propagate errors better from inside the typelib
Mike Hearn [Wed, 26 Jan 2005 19:42:17 +0000 (19:42 +0000)] 
Fix a typo, propagate errors better from inside the typelib
marshaller.

19 years agoGetMetaFile checks both the version and the header size when it tries
Huw Davies [Wed, 26 Jan 2005 19:41:58 +0000 (19:41 +0000)] 
GetMetaFile checks both the version and the header size when it tries
to load a metafile.  Powerpoint XP depends on this.

19 years agoProperly implement DllCanUnloadNow ref counting.
James Hawkins [Wed, 26 Jan 2005 19:41:43 +0000 (19:41 +0000)] 
Properly implement DllCanUnloadNow ref counting.

19 years agoAdded a few more stub implementations.
Aric Stewart [Wed, 26 Jan 2005 19:41:13 +0000 (19:41 +0000)] 
Added a few more stub implementations.

19 years agoFix typelib only option.
Huw Davies [Wed, 26 Jan 2005 19:40:47 +0000 (19:40 +0000)] 
Fix typelib only option.
Make -t and -h options inclusive.

19 years ago- action.c is getting too big, so split out all the handling of
Aric Stewart [Tue, 25 Jan 2005 20:17:09 +0000 (20:17 +0000)] 
- action.c is getting too big, so split out all the handling of
  CustomActions into custom.c. Cleaned up a lot of the handling of
  custom actions including scripting actions and processing return
  codes.
- Mike McCormack pointed out that MsiFormatRecord is basically the
  same as internal function deformat_string. So broke deformat_string
  out and updated it to function as MsiFormatRecord and implemented
  MsiFormatRecord.
- A number of random fixes to action.c including properly calculating
  the length for the LocalPackage name, not forcing a reboot when
  really we should just return ERROR_INSTALL_SUSPEND and handling
  REG_MULTI_SZ now that we can deformat the properly.

19 years ago- Used wine_dbgstr_a to prevent an overflow.
Ken Belleau [Tue, 25 Jan 2005 20:08:46 +0000 (20:08 +0000)] 
- Used wine_dbgstr_a to prevent an overflow.
- Improved support to call macros with a variable number of
  parameters.
- Put a check to prevent an out of bounds access.

19 years agoCopy data structures one at a time using supplied size.
Robert Reif [Tue, 25 Jan 2005 20:05:12 +0000 (20:05 +0000)] 
Copy data structures one at a time using supplied size.

19 years agoAdd enum support.
Huw Davies [Tue, 25 Jan 2005 20:02:09 +0000 (20:02 +0000)] 
Add enum support.
Another attempt at getting the alignment bits correct.

19 years agoImplemented Unicode proxy for ODBC.
Alex Villacís Lasso [Tue, 25 Jan 2005 19:04:03 +0000 (19:04 +0000)] 
Implemented Unicode proxy for ODBC.

19 years ago- Move OLE automation interface registration to oleaut32.
Robert Shearman [Tue, 25 Jan 2005 19:03:30 +0000 (19:03 +0000)] 
- Move OLE automation interface registration to oleaut32.
- Add IRemUnknown to list of interfaces to register.

19 years agoProxies/stubs for IRemUnknown methods, based on code written by Ove
Robert Shearman [Tue, 25 Jan 2005 19:02:54 +0000 (19:02 +0000)] 
Proxies/stubs for IRemUnknown methods, based on code written by Ove
Kåven.

19 years agoAdd encoding for VT_R8.
Huw Davies [Tue, 25 Jan 2005 19:02:32 +0000 (19:02 +0000)] 
Add encoding for VT_R8.
Bug fix: Initialise child_size.

19 years agoImplement DuplicateString and QueryRegistryValue.
Eric Kohl [Tue, 25 Jan 2005 19:02:08 +0000 (19:02 +0000)] 
Implement DuplicateString and QueryRegistryValue.

19 years agoInitialize temporary variants before calling VariantChangeTypeEx.
Alex Villacís Lasso [Tue, 25 Jan 2005 18:57:43 +0000 (18:57 +0000)] 
Initialize temporary variants before calling VariantChangeTypeEx.

19 years agoReplace '\' with '/' in the URL in HTTP_HttpSendRequestW.
Maxime Bellengé [Tue, 25 Jan 2005 16:43:17 +0000 (16:43 +0000)] 
Replace '\' with '/' in the URL in HTTP_HttpSendRequestW.

19 years agoConvert programs/winepath to unicode, print the output string using
Dmitry Timoshkov [Tue, 25 Jan 2005 16:41:50 +0000 (16:41 +0000)] 
Convert programs/winepath to unicode, print the output string using
Unix locale.

19 years agoImplement, test and document MsiDecomposeDescriptor.
Mike McCormack [Tue, 25 Jan 2005 16:41:33 +0000 (16:41 +0000)] 
Implement, test and document MsiDecomposeDescriptor.

19 years agounsigned char support.
Huw Davies [Tue, 25 Jan 2005 16:41:12 +0000 (16:41 +0000)] 
unsigned char support.

19 years agoAdded a couple of SetWindowPos tests.
Alexandre Julliard [Tue, 25 Jan 2005 11:31:52 +0000 (11:31 +0000)] 
Added a couple of SetWindowPos tests.

19 years agoMake ShowWindow(...,SW_SHOWNA) also work on already visible windows
Rein Klazes [Tue, 25 Jan 2005 11:21:20 +0000 (11:21 +0000)] 
Make ShowWindow(...,SW_SHOWNA) also work on already visible windows
with some conformance tests.

19 years agoUse the new registry functions in registry.c.
Aric Stewart [Tue, 25 Jan 2005 11:05:37 +0000 (11:05 +0000)] 
Use the new registry functions in registry.c.
Do not force a reboot, just return ERROR_INSTALL_SUSPEND and write
some keys to the registry.

19 years agoMove the guid squishing functions out of msi.c and make a new
Aric Stewart [Tue, 25 Jan 2005 10:58:36 +0000 (10:58 +0000)] 
Move the guid squishing functions out of msi.c and make a new
registry.c file. Also clean up all the various registry keys we need
to open and create to this module and modify the functions for msi.c
to call these functions.

19 years agoAdd a summary line for several scrollbar functions.
Robert Shearman [Tue, 25 Jan 2005 10:57:41 +0000 (10:57 +0000)] 
Add a summary line for several scrollbar functions.

19 years ago- Generate machine-local IPIDs.
Robert Shearman [Tue, 25 Jan 2005 10:57:24 +0000 (10:57 +0000)] 
- Generate machine-local IPIDs.
- Make pipes be uniquely identified only by their IPID.

19 years agoAdd interface inheritance.
Huw Davies [Tue, 25 Jan 2005 10:56:58 +0000 (10:56 +0000)] 
Add interface inheritance.

19 years agoFixed pin direction when registering audio input device.
Christian Costa [Tue, 25 Jan 2005 10:56:39 +0000 (10:56 +0000)] 
Fixed pin direction when registering audio input device.

19 years agoStrIsIntlEqual and IntlStrEqWorker may be absent.
Hans Leidekker [Tue, 25 Jan 2005 10:56:23 +0000 (10:56 +0000)] 
StrIsIntlEqual and IntlStrEqWorker may be absent.

19 years agoAdded WTSAPI32.DLL.
Ulrich Czekalla [Mon, 24 Jan 2005 19:42:02 +0000 (19:42 +0000)] 
Added WTSAPI32.DLL.

19 years agoConvert services to use pipes for RPC instead of shared memory.
Mike McCormack [Mon, 24 Jan 2005 19:33:43 +0000 (19:33 +0000)] 
Convert services to use pipes for RPC instead of shared memory.

19 years agoProperly implement DllCanUnloadNow ref counting.
James Hawkins [Mon, 24 Jan 2005 19:33:23 +0000 (19:33 +0000)] 
Properly implement DllCanUnloadNow ref counting.

19 years agoDisable antialiasing if the font dictates it.
Glenn Wurster [Mon, 24 Jan 2005 19:32:54 +0000 (19:32 +0000)] 
Disable antialiasing if the font dictates it.

19 years agoSplit caching of antialiased and non-antialiased glyphs.
Glenn Wurster [Mon, 24 Jan 2005 19:08:02 +0000 (19:08 +0000)] 
Split caching of antialiased and non-antialiased glyphs.

19 years agoAdd stub version of cryptdll.dll.
Ulrich Czekalla [Mon, 24 Jan 2005 19:07:16 +0000 (19:07 +0000)] 
Add stub version of cryptdll.dll.

19 years agoDon't refuse to process VDMX ratio entries with bCharSet == 0. These
Troy Rollo [Mon, 24 Jan 2005 19:00:10 +0000 (19:00 +0000)] 
Don't refuse to process VDMX ratio entries with bCharSet == 0. These
entries are at least as useful as those with bCharSet == 1. Add
comment containing URL of documentation for VDMX records.

19 years agoProperly allow removing toolbar bitmaps by changing it into 0.
Tinus [Mon, 24 Jan 2005 18:59:13 +0000 (18:59 +0000)] 
Properly allow removing toolbar bitmaps by changing it into 0.

19 years agoPut Brazilian ABNT2 keyboard layouts in line with appropriate virtual
Dmitry Timoshkov [Mon, 24 Jan 2005 18:58:00 +0000 (18:58 +0000)] 
Put Brazilian ABNT2 keyboard layouts in line with appropriate virtual
keyboard maps.

19 years agoBring wintab in line with Jeremy's X11 event timing patches again.
Robert North [Mon, 24 Jan 2005 13:38:32 +0000 (13:38 +0000)] 
Bring wintab in line with Jeremy's X11 event timing patches again.

19 years agoAdd the rule that inverted cursor has -ve altitude, matching behaviour
Robert North [Mon, 24 Jan 2005 13:37:48 +0000 (13:37 +0000)] 
Add the rule that inverted cursor has -ve altitude, matching behaviour
on Windows wacom tablets.

19 years agoPackets from eraser cursors are marked as inverted, matching behavior
Robert North [Mon, 24 Jan 2005 13:36:42 +0000 (13:36 +0000)] 
Packets from eraser cursors are marked as inverted, matching behavior
on Windows Wacom tablets.

19 years agoWTEnable, when called to disable tablet context, clears context queue,
Robert North [Mon, 24 Jan 2005 13:36:21 +0000 (13:36 +0000)] 
WTEnable, when called to disable tablet context, clears context queue,
as per wintab spec.

19 years agoDon't allow other threads to access the primary buffer while the
Robert Reif [Mon, 24 Jan 2005 13:35:57 +0000 (13:35 +0000)] 
Don't allow other threads to access the primary buffer while the
format is being changed.

19 years ago- In wintab's default system context, change context options to match
Robert North [Mon, 24 Jan 2005 13:33:23 +0000 (13:33 +0000)] 
- In wintab's default system context, change context options to match
  Wacom tablet in windows.
- Change device orientation unit definition to angular.
- Use Macros where appropriate to define cursor and device defaults.

19 years ago- Correct overflow 1 message too early.
Robert North [Mon, 24 Jan 2005 13:32:55 +0000 (13:32 +0000)] 
- Correct overflow 1 message too early.
- Overflow now going onto message queue.
- Overflow state correctly or-ed with other packet status.

19 years agoImplement MyFree, MyMalloc and MyRealloc.
Eric Kohl [Mon, 24 Jan 2005 13:32:26 +0000 (13:32 +0000)] 
Implement MyFree, MyMalloc and MyRealloc.

19 years agoAdd referenced types that aren't already in the typelib.
Huw Davies [Mon, 24 Jan 2005 13:31:50 +0000 (13:31 +0000)] 
Add referenced types that aren't already in the typelib.

19 years agoRemove unused includes.
Robert Reif [Mon, 24 Jan 2005 13:31:27 +0000 (13:31 +0000)] 
Remove unused includes.

19 years agoAvoid unnecessary run-time initializations.
Alexandre Julliard [Mon, 24 Jan 2005 12:55:31 +0000 (12:55 +0000)] 
Avoid unnecessary run-time initializations.

19 years agoSupport for TLS1 pseudo random function.
Michael Jung [Mon, 24 Jan 2005 12:50:29 +0000 (12:50 +0000)] 
Support for TLS1 pseudo random function.
Some helper functions for DATA_BLOB's.
Computing TLS1 master secret from the pre-master secret.
Deriving the master hash from the master secret.
Deriving TLS1 MAC and encryption keys from the master hash.
Tests for most of the above.

19 years agoAdded NtLoadDriver and NtUnloadDriver stubs.
Ivan Leo Puoti [Mon, 24 Jan 2005 12:49:53 +0000 (12:49 +0000)] 
Added NtLoadDriver and NtUnloadDriver stubs.

19 years agoAdd missing /'s to urls http://www.cygwin.com and
Tony Lambregts [Mon, 24 Jan 2005 12:42:43 +0000 (12:42 +0000)] 
Add missing /'s to urls http://www.cygwin.com and
http://www.mingw.org.

19 years agoAdded fixme macros in SystemParametersInfoW for several action numbers
Bernd Fuhrmann [Mon, 24 Jan 2005 12:41:39 +0000 (12:41 +0000)] 
Added fixme macros in SystemParametersInfoW for several action numbers
that are yet unimplemented.

19 years agoFix handling of void.
Huw Davies [Mon, 24 Jan 2005 12:41:06 +0000 (12:41 +0000)] 
Fix handling of void.

19 years agoUse Windows memory functions.
Robert Reif [Mon, 24 Jan 2005 12:40:45 +0000 (12:40 +0000)] 
Use Windows memory functions.

19 years ago- Don't post messages on Wine message queue, if tablet context flags
Robert North [Mon, 24 Jan 2005 12:40:01 +0000 (12:40 +0000)] 
- Don't post messages on Wine message queue, if tablet context flags
  posting are disabled.
- When posting messages on Wine message queue, use message base stored
  in tablet context, not the default message base.
- Ensure that X11 Proximity events put messages onto Wintab message
  queue.

19 years agoAdded a simple d3drm.h header.
Peter Berg Larsen [Mon, 24 Jan 2005 11:33:47 +0000 (11:33 +0000)] 
Added a simple d3drm.h header.
Corrected a copy/paste typo from d3dim.

19 years ago- use Interlocked* functions in AddRef and Release.
Paul Vriens [Mon, 24 Jan 2005 11:31:45 +0000 (11:31 +0000)] 
- use Interlocked* functions in AddRef and Release.
- store the result of the Interlocked functions and use only this.

19 years agoUpdated Spanish resources.
José Manuel Ferrer Ortiz [Mon, 24 Jan 2005 11:31:23 +0000 (11:31 +0000)] 
Updated Spanish resources.

19 years agoRemoved another check for valid'ness of algid. It's redundant.
Michael Jung [Mon, 24 Jan 2005 11:30:05 +0000 (11:30 +0000)] 
Removed another check for valid'ness of algid. It's redundant.

19 years agochar -> const char fixes.
Rémi Assailly [Mon, 24 Jan 2005 11:29:44 +0000 (11:29 +0000)] 
char -> const char fixes.

19 years agoAdded CRYPT_SERVER define.
Michael Jung [Mon, 24 Jan 2005 11:28:15 +0000 (11:28 +0000)] 
Added CRYPT_SERVER define.

19 years agoAdd support for hidden and restricted function attributes.
Huw Davies [Mon, 24 Jan 2005 11:27:56 +0000 (11:27 +0000)] 
Add support for hidden and restricted function attributes.
Add support for odl interface attribute.

19 years agoMake HeapFree(NULL) case faster by retrieving heap pointer after the
Dmitry Timoshkov [Mon, 24 Jan 2005 11:27:27 +0000 (11:27 +0000)] 
Make HeapFree(NULL) case faster by retrieving heap pointer after the
memory block pointer test.

19 years agoFixed memory leak in mixer code.
Robert Reif [Mon, 24 Jan 2005 11:27:05 +0000 (11:27 +0000)] 
Fixed memory leak in mixer code.

19 years ago- Draw a representation of a document in the page setup dialog.
Robert Shearman [Mon, 24 Jan 2005 11:26:23 +0000 (11:26 +0000)] 
- Draw a representation of a document in the page setup dialog.
- Change some FIXME's to TRACE's because everything we need is
  implemented and they fire for ones that we don't need to implement.

19 years agoFix format string in NtQueryVirtualMemory().
Gerald Pfeifer [Mon, 24 Jan 2005 11:25:41 +0000 (11:25 +0000)] 
Fix format string in NtQueryVirtualMemory().

19 years agoThe new Insert fixes now properly require ?,? instead of just ? for
Aric Stewart [Mon, 24 Jan 2005 11:25:02 +0000 (11:25 +0000)] 
The new Insert fixes now properly require ?,? instead of just ? for
the Insert call. This fix modifies the MSI_SetProperty query to be
correct.

19 years agoAn implementation of MsiSummaryInfoGetPropertyW based off of
Aric Stewart [Mon, 24 Jan 2005 11:24:35 +0000 (11:24 +0000)] 
An implementation of MsiSummaryInfoGetPropertyW based off of
MsiSummaryInfoGetPropertyA.

19 years ago- Add a new flag SORFP_NOLIFETIMEMGMT to tell the proxy manager not to
Robert Shearman [Mon, 24 Jan 2005 11:24:08 +0000 (11:24 +0000)] 
- Add a new flag SORFP_NOLIFETIMEMGMT to tell the proxy manager not to
  call any IRemUnknown functions.
- Move the low-level unmarshaling code into a new function,
  unmarshal_object, so that it can be easily reused for unmarshaling
  IRemUnknown.

19 years agoGenerate Wintab packets for XInput button up/down events.
Robert North [Mon, 24 Jan 2005 11:23:40 +0000 (11:23 +0000)] 
Generate Wintab packets for XInput button up/down events.

19 years agoIndentation and style cleanup.
Mike McCormack [Mon, 24 Jan 2005 11:22:00 +0000 (11:22 +0000)] 
Indentation and style cleanup.

19 years agoTweak SetWindowPos flags handling to make a few more of the messaging
Alexandre Julliard [Fri, 21 Jan 2005 17:06:07 +0000 (17:06 +0000)] 
Tweak SetWindowPos flags handling to make a few more of the messaging
tests pass.

19 years agoBit 0x0200 always appears to be set in the typeinfo's
Huw Davies [Fri, 21 Jan 2005 17:04:00 +0000 (17:04 +0000)] 
Bit 0x0200 always appears to be set in the typeinfo's
typekind/alignment member.

19 years agoMax tracking size in WM_GETMINMAXINFO should take into account the
Alexandre Julliard [Fri, 21 Jan 2005 17:03:41 +0000 (17:03 +0000)] 
Max tracking size in WM_GETMINMAXINFO should take into account the
window frame.

19 years ago[local] functions should not be written to the typelib.
Huw Davies [Fri, 21 Jan 2005 16:19:39 +0000 (16:19 +0000)] 
[local] functions should not be written to the typelib.

19 years agoMove OpenQuery into msiquery.c and make it non-static.
Mike McCormack [Fri, 21 Jan 2005 16:19:11 +0000 (16:19 +0000)] 
Move OpenQuery into msiquery.c and make it non-static.

19 years agoAuthors: Gunnar Dalsnes <hardon@online.no>, Ge van Geldorp <gvg@reactos.com>
Alexandre Julliard [Fri, 21 Jan 2005 16:18:38 +0000 (16:18 +0000)] 
Authors: Gunnar Dalsnes <hardon@online.no>, Ge van Geldorp <gvg@reactos.com>
STATUSBAR_SetTextT:
- ntext wasn't freed on return if text was unicode
- part->text was always freed, but if the previous style was
  SBT_OWNERDRAW, part->text would contain 32bit data
- free old text if new style is SBT_OWNERDRAW but old style wasn't

19 years ago- More verbose output of errors.
Paul Vriens [Fri, 21 Jan 2005 16:18:00 +0000 (16:18 +0000)] 
- More verbose output of errors.
- Bail out if first test fails (produce one error only).

19 years agoMake WIN_SetStyle more thread-safe by specifying the bits to change
Alexandre Julliard [Fri, 21 Jan 2005 10:32:13 +0000 (10:32 +0000)] 
Make WIN_SetStyle more thread-safe by specifying the bits to change
instead of the new value.

19 years agoSmall char -> const char fix.
Rémi Assailly [Fri, 21 Jan 2005 10:20:04 +0000 (10:20 +0000)] 
Small char -> const char fix.

19 years ago- Use Interlocked* functions in AddRef and Release.
Paul Vriens [Fri, 21 Jan 2005 10:18:16 +0000 (10:18 +0000)] 
- Use Interlocked* functions in AddRef and Release.
- Store the result of the Interlocked functions and use only this.

19 years agoAdded stub implementations for MsiPreviewDialog and
Mike McCormack [Fri, 21 Jan 2005 10:17:01 +0000 (10:17 +0000)] 
Added stub implementations for MsiPreviewDialog and
MsiPreviewBillboard.

19 years agoLock record in MsiViewExecute, move stubs to end.
Mike McCormack [Fri, 21 Jan 2005 10:16:30 +0000 (10:16 +0000)] 
Lock record in MsiViewExecute, move stubs to end.

19 years agoImplement GetAdvise and SetAdvise.
Mike McCormack [Fri, 21 Jan 2005 10:16:11 +0000 (10:16 +0000)] 
Implement GetAdvise and SetAdvise.

19 years agoAdded some definitions.
Juan Lang [Fri, 21 Jan 2005 10:15:50 +0000 (10:15 +0000)] 
Added some definitions.

19 years agoVarious formatting/style changes.
Mike Hearn [Fri, 21 Jan 2005 10:15:29 +0000 (10:15 +0000)] 
Various formatting/style changes.

19 years agoInclude new tests.
Stefan Leichter [Fri, 21 Jan 2005 10:15:04 +0000 (10:15 +0000)] 
Include new tests.

19 years agoFix heap corruption in quartz server registration, add some
Mike Hearn [Fri, 21 Jan 2005 10:14:45 +0000 (10:14 +0000)] 
Fix heap corruption in quartz server registration, add some
whitespace, break out of loop if out of memory.

19 years ago- Implemented SPI_SETICONMETRICS.
Justin Chevrier [Thu, 20 Jan 2005 20:43:02 +0000 (20:43 +0000)] 
- Implemented SPI_SETICONMETRICS.
- Fixed SPI_GETICONTITLELOGFONT to only return values retrieved from
  win.ini on first call and return a cached version in subsequent
  calls.
- Created unit test for SPI_{GET,SET}ICONMETRICS.

19 years agoFix and test inserting records.
Mike McCormack [Thu, 20 Jan 2005 20:39:15 +0000 (20:39 +0000)] 
Fix and test inserting records.

19 years agoAdded missing declarations.
Rémi Assailly [Thu, 20 Jan 2005 20:36:01 +0000 (20:36 +0000)] 
Added missing declarations.

19 years agoFix refcounting, use Interlocked functions.
Mike McCormack [Thu, 20 Jan 2005 20:34:29 +0000 (20:34 +0000)] 
Fix refcounting, use Interlocked functions.

19 years agoDon't set ATTR_IN or ATTR_OUT by default - this essentially reverts
Huw Davies [Thu, 20 Jan 2005 20:34:08 +0000 (20:34 +0000)] 
Don't set ATTR_IN or ATTR_OUT by default - this essentially reverts
rev. 1.21.  The proxy code must explicitly add these if they're
needed.

19 years agoBetter guid hash.
Huw Davies [Thu, 20 Jan 2005 20:33:48 +0000 (20:33 +0000)] 
Better guid hash.

19 years agoReplace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
Alexandre Julliard [Thu, 20 Jan 2005 20:07:42 +0000 (20:07 +0000)] 
Replace a number of calls to WIN_FindWndPtr by WIN_GetPtr.