wine
23 years agoAdded missing cast.
Gerald Pfeifer [Fri, 29 Sep 2000 00:23:26 +0000 (00:23 +0000)] 
Added missing cast.

23 years agoFix the return type of mixerMessage16.
Francois Gouget [Fri, 29 Sep 2000 00:23:04 +0000 (00:23 +0000)] 
Fix the return type of mixerMessage16.

23 years agoRenamed VS_USER_INFO to VS_USER_DEFINED.
Francois Gouget [Fri, 29 Sep 2000 00:22:09 +0000 (00:22 +0000)] 
Renamed VS_USER_INFO to VS_USER_DEFINED.

23 years agoChanged the Win32 dll descriptor to be in IMAGE_NT_HEADERS format.
Alexandre Julliard [Wed, 27 Sep 2000 23:40:43 +0000 (23:40 +0000)] 
Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format.
Generate the import table directly in PE format.
Added gui/cuiexe_no_main modes in EXE spec files, and use this for the
main wine binary.

23 years agoAdded a few missing imports.
Alexandre Julliard [Wed, 27 Sep 2000 22:32:44 +0000 (22:32 +0000)] 
Added a few missing imports.

23 years agoAdded various type and macro definitions that are needed to compile
Francois Gouget [Wed, 27 Sep 2000 22:31:28 +0000 (22:31 +0000)] 
Added various type and macro definitions that are needed to compile
the latest MFC.

23 years agoStore a copy of MIDIOPENDESC information instead of pointer.
Eric Pouech [Wed, 27 Sep 2000 22:28:51 +0000 (22:28 +0000)] 
Store a copy of MIDIOPENDESC information instead of pointer.

23 years agoUnlock win16 crst while thunking up to 32 bit dll.
Eric Pouech [Wed, 27 Sep 2000 22:28:31 +0000 (22:28 +0000)] 
Unlock win16 crst while thunking up to 32 bit dll.

23 years agoInclude <unistd.h> for prototype of select().
Gerald Pfeifer [Wed, 27 Sep 2000 22:27:57 +0000 (22:27 +0000)] 
Include <unistd.h> for prototype of select().

23 years agoSocket returned by accept function of Microsoft API should keep the
Stephane Lussier [Wed, 27 Sep 2000 22:27:33 +0000 (22:27 +0000)] 
Socket returned by accept function of Microsoft API should keep the
properties of the listening socket. This is also true for non-blocking
property.

23 years agoIf window was not resized and not moved, repaint only itself excluding
Dmitry Timoshkov [Wed, 27 Sep 2000 22:26:51 +0000 (22:26 +0000)] 
If window was not resized and not moved, repaint only itself excluding
parent.

23 years agoGenerate Win32 dll descriptor structure in the .spec.c file so that we
Alexandre Julliard [Wed, 27 Sep 2000 01:20:01 +0000 (01:20 +0000)] 
Generate Win32 dll descriptor structure in the .spec.c file so that we
don't need to depend on builtin32.h.

23 years agoCreated zmouse.h, moved wheel code from mouse.h into it.
Jeremy White [Wed, 27 Sep 2000 01:18:47 +0000 (01:18 +0000)] 
Created zmouse.h, moved wheel code from mouse.h into it.

23 years agoMCI_STATUS_LENGTH on Windows returns one frame less than the total
James Abbatiello [Wed, 27 Sep 2000 01:18:08 +0000 (01:18 +0000)] 
MCI_STATUS_LENGTH on Windows returns one frame less than the total
track length for the last track on a CD.  This also affects queries
for the total length of the CD.

23 years agoFixed a few non portable zero-size array declarations.
Alexandre Julliard [Wed, 27 Sep 2000 00:25:24 +0000 (00:25 +0000)] 
Fixed a few non portable zero-size array declarations.

23 years agoHave the UNIX cwd follow the current directory on the current drive.
Marcus Meissner [Wed, 27 Sep 2000 00:22:16 +0000 (00:22 +0000)] 
Have the UNIX cwd follow the current directory on the current drive.

23 years agoOn reception of a FocusOut event, don't deactivate the application if the
Stephane Lussier [Wed, 27 Sep 2000 00:22:00 +0000 (00:22 +0000)] 
On reception of a FocusOut event, don't deactivate the application if the
next window to get the focus is a Wine window.

23 years ago- Remove winmm hack in dplay code
Peter Hunnisett [Tue, 26 Sep 2000 23:11:48 +0000 (23:11 +0000)] 
- Remove winmm hack in dplay code
- Fix up some missing holes in the code
- More message implementation
- Status documentation update

23 years agoMigrate $LDFLAGS from configure to Makefile and into main wine
Marcus Meissner [Tue, 26 Sep 2000 23:09:47 +0000 (23:09 +0000)] 
Migrate $LDFLAGS from configure to Makefile and into main wine
executable.

23 years agoDisplay an ERR() in case of undefined symbols.
Andreas Mohr [Tue, 26 Sep 2000 23:08:34 +0000 (23:08 +0000)] 
Display an ERR() in case of undefined symbols.

23 years agoStarted some basic work on the more or less undocumented SETUPX
Andreas Mohr [Tue, 26 Sep 2000 22:46:36 +0000 (22:46 +0000)] 
Started some basic work on the more or less undocumented SETUPX
functions.

23 years agoSupport for TBSTYLE_EX_DRAWDDARROWS style; reset capture and button
Susan Farley [Tue, 26 Sep 2000 22:45:31 +0000 (22:45 +0000)] 
Support for TBSTYLE_EX_DRAWDDARROWS style; reset capture and button
pressed flags on WM_CAPTURECHANGED.

23 years agoWORD is unsigned, so we need to transalte 0xffff into -1.
Marcus Meissner [Tue, 26 Sep 2000 22:45:05 +0000 (22:45 +0000)] 
WORD is unsigned, so we need to transalte 0xffff into -1.

23 years agoMoved all Win16 definitions out of the standard Windows headers.
Alexandre Julliard [Tue, 26 Sep 2000 22:20:14 +0000 (22:20 +0000)] 
Moved all Win16 definitions out of the standard Windows headers.

23 years agoAvoid crashes if 16-bit module handle was passed to the 32-bit
Dmitry Timoshkov [Tue, 26 Sep 2000 00:39:06 +0000 (00:39 +0000)] 
Avoid crashes if 16-bit module handle was passed to the 32-bit
resource enumerator.

23 years agoAdded support for DirectDraw overlays using the XVideo extension.
Lionel Ulmer [Tue, 26 Sep 2000 00:38:03 +0000 (00:38 +0000)] 
Added support for DirectDraw overlays using the XVideo extension.

23 years agoCode cleanup.
Hidenori Takeshima [Tue, 26 Sep 2000 00:37:32 +0000 (00:37 +0000)] 
Code cleanup.
Add checking for invalid DBCS trailer bytes.

23 years agoFixed some commctl header issues reported in newsgroup.
Marcus Meissner [Tue, 26 Sep 2000 00:37:11 +0000 (00:37 +0000)] 
Fixed some commctl header issues reported in newsgroup.

23 years agoA few includes cleanup.
Alexandre Julliard [Tue, 26 Sep 2000 00:02:22 +0000 (00:02 +0000)] 
A few includes cleanup.

23 years agoRemoved shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
Alexandre Julliard [Tue, 26 Sep 2000 00:00:55 +0000 (00:00 +0000)] 
Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.

23 years agoUse documented DROPFILES structure instead of internal DROPFILESTRUCT.
Alexandre Julliard [Mon, 25 Sep 2000 23:56:41 +0000 (23:56 +0000)] 
Use documented DROPFILES structure instead of internal DROPFILESTRUCT.

23 years agoRemoved some of the XXX_reg macros now that we are using the standard
Alexandre Julliard [Mon, 25 Sep 2000 23:53:07 +0000 (23:53 +0000)] 
Removed some of the XXX_reg macros now that we are using the standard
CONTEXT86 structure everywhere.

23 years agoRemoved inclusion of wine/winestring.h from winbase.h and added it to
Alexandre Julliard [Mon, 25 Sep 2000 23:30:56 +0000 (23:30 +0000)] 
Removed inclusion of wine/winestring.h from winbase.h and added it to
the C files that need it.

23 years agoMoved most global data out of the LPDOSTASK structure.
Alexandre Julliard [Sun, 24 Sep 2000 20:47:50 +0000 (20:47 +0000)] 
Moved most global data out of the LPDOSTASK structure.
Allocate DPMI real-mode segments globally at startup.
Try to allocate DOS memory at address 0.

23 years agoCall WH_GETMESSAGE hook in PeekMessage too (based on a patch by Rob
Alexandre Julliard [Sun, 24 Sep 2000 19:51:15 +0000 (19:51 +0000)] 
Call WH_GETMESSAGE hook in PeekMessage too (based on a patch by Rob
Farnum).

23 years agoLocks the virtual views linked list.
Gerard Patel [Sun, 24 Sep 2000 19:47:39 +0000 (19:47 +0000)] 
Locks the virtual views linked list.

23 years agoMake calls to gethostbyname, gethostbyaddr, getservbyname,
Rein Klazes [Sun, 24 Sep 2000 19:41:57 +0000 (19:41 +0000)] 
Make calls to gethostbyname, gethostbyaddr, getservbyname,
getservbyport, getprotobyname and getprotobynumber thread-safe.

23 years agoUse appropriate charset if facenames of font is known.
Hidenori Takeshima [Sun, 24 Sep 2000 19:31:12 +0000 (19:31 +0000)] 
Use appropriate charset if facenames of font is known.
Use CP_ACP if DEFAULT_CHARSET is requested.

23 years agoIn WM_DRAWITEM, always calls the app with a valid current focus_item.
Gerard Patel [Sun, 24 Sep 2000 19:29:18 +0000 (19:29 +0000)] 
In WM_DRAWITEM, always calls the app with a valid current focus_item.

23 years agoImproved support for vm86 mode.
Alexandre Julliard [Sun, 24 Sep 2000 03:15:50 +0000 (03:15 +0000)] 
Improved support for vm86 mode.

23 years agoAdded support for exception handling while in vm86 mode.
Alexandre Julliard [Sun, 24 Sep 2000 03:11:54 +0000 (03:11 +0000)] 
Added support for exception handling while in vm86 mode.
Fixed a couple of bugs in vm86 support.

23 years agoFixed format strings.
Gerald Pfeifer [Sun, 24 Sep 2000 03:05:11 +0000 (03:05 +0000)] 
Fixed format strings.

23 years agoAdded set WS_CHILD and CCS_TOP to the toolbar's style.
Francois Gouget [Sun, 24 Sep 2000 03:03:52 +0000 (03:03 +0000)] 
Added set WS_CHILD and CCS_TOP to the toolbar's style.
TOOLBAR_CalcToolbar(): if the bitmap size is 0, use the builtin
defaults.

23 years agoThe size of the comctl32 internal bitmaps is 24x24 not 26x26.
Francois Gouget [Sun, 24 Sep 2000 03:03:22 +0000 (03:03 +0000)] 
The size of the comctl32 internal bitmaps is 24x24 not 26x26.
Fixed minor typos.

23 years agoFilenames may contain '/' and '\'.
Francois Gouget [Sun, 24 Sep 2000 03:02:12 +0000 (03:02 +0000)] 
Filenames may contain '/' and '\'.
Small typo fixes.

23 years agoPaint background before drawing item and subitems. Paint any area of
Chris Morgan [Fri, 22 Sep 2000 22:45:30 +0000 (22:45 +0000)] 
Paint background before drawing item and subitems.  Paint any area of
the control not occupied by items.  Early out of LISTVIEW_RefreshXXX
if no items exist. InvalidateRect() on LBUTTONDOWN only if the control
has items to draw.

23 years agoMake GetTickCount not use the whole Unix epoch (since 1970) any more,
Andreas Mohr [Fri, 22 Sep 2000 22:37:56 +0000 (22:37 +0000)] 
Make GetTickCount not use the whole Unix epoch (since 1970) any more,
since that crashed several games or caused problems with them as they
aren't used to a high Windows uptime of more than 24.9 days.

23 years agoAdded S_ISFIFO check for Solaris.
Roberto Augusto Pungartnik [Fri, 22 Sep 2000 22:19:58 +0000 (22:19 +0000)] 
Added S_ISFIFO check for Solaris.

23 years agoAdded a macro for _declspec (backward compatibility synonym of
Francois Gouget [Fri, 22 Sep 2000 22:18:41 +0000 (22:18 +0000)] 
Added a macro for _declspec (backward compatibility synonym of
__declspec).
Removed the dllimport and dllexport macros.

23 years agoMust include 'stdlib.h'.
Francois Gouget [Fri, 22 Sep 2000 22:17:49 +0000 (22:17 +0000)] 
Must include 'stdlib.h'.

23 years agoAdded HANDLE_WM_NOTIFY and FORWARD_WM_NOTIFY.
Francois Gouget [Fri, 22 Sep 2000 22:17:10 +0000 (22:17 +0000)] 
Added HANDLE_WM_NOTIFY and FORWARD_WM_NOTIFY.

23 years agoPaper size and orientation prop sheet for wineps.
Huw D M Davies [Fri, 22 Sep 2000 22:16:31 +0000 (22:16 +0000)] 
Paper size and orientation prop sheet for wineps.

23 years agoAdded support DT_PATH_ELLIPSIS, DT_END_ELLIPSIS, and DT_WORD_ELLIPSIS
Susan Farley [Fri, 22 Sep 2000 22:09:11 +0000 (22:09 +0000)] 
Added support DT_PATH_ELLIPSIS, DT_END_ELLIPSIS, and DT_WORD_ELLIPSIS
flags in DrawText.

23 years agoFixed WinExec16 to handle quoted filenames correctly.
Andreas Mohr [Fri, 22 Sep 2000 22:08:28 +0000 (22:08 +0000)] 
Fixed WinExec16 to handle quoted filenames correctly.

23 years agoIErrorInfo is now derived from IUnknown.
Damyan Ognyanoff [Fri, 22 Sep 2000 22:07:53 +0000 (22:07 +0000)] 
IErrorInfo is now derived from IUnknown.

23 years agoCorrect some situations with listview selections. Specifically fixed
Aric Stewart [Fri, 22 Sep 2000 22:00:01 +0000 (22:00 +0000)] 
Correct some situations with listview selections. Specifically fixed
situations where in an OWNERDATA listview the selection ranges become
invalid if the number of items is changed. Additional fixes a few
problems resulting in loops in RemoveAllSelections.

23 years agoAdded a few missing macros, types and prototypes.
Francois Gouget [Fri, 22 Sep 2000 21:04:30 +0000 (21:04 +0000)] 
Added a few missing macros, types and prototypes.

23 years agoNew file. All RC files generated by VC6 include afxres.h which in turn
Francois Gouget [Fri, 22 Sep 2000 21:00:36 +0000 (21:00 +0000)] 
New file. All RC files generated by VC6 include afxres.h which in turn
includes this file.

23 years agoSpelling, trace fixes.
Andreas Mohr [Fri, 22 Sep 2000 20:59:29 +0000 (20:59 +0000)] 
Spelling, trace fixes.

23 years agoAdded SetLastError() in GetEnvironmentVariableA.
Andreas Mohr [Fri, 22 Sep 2000 20:58:23 +0000 (20:58 +0000)] 
Added SetLastError() in GetEnvironmentVariableA.

23 years agoAdded error correction when using symbol offsets.
Damyan Ognyanoff [Fri, 22 Sep 2000 20:57:36 +0000 (20:57 +0000)] 
Added error correction when using symbol offsets.

23 years agoFixed reentrancy issues in play/stop operations.
Eric Pouech [Fri, 22 Sep 2000 20:56:45 +0000 (20:56 +0000)] 
Fixed reentrancy issues in play/stop operations.

23 years agoFix PrintDlg collate icons. Add orientation icons.
Huw D M Davies [Fri, 22 Sep 2000 20:55:57 +0000 (20:55 +0000)] 
Fix PrintDlg collate icons.  Add orientation icons.

23 years agoStubs for shlwapi.151 and shlwapi.153.
Huw D M Davies [Fri, 22 Sep 2000 20:55:35 +0000 (20:55 +0000)] 
Stubs for shlwapi.151 and shlwapi.153.

23 years agoStub for CoIsOle1Class.
Huw D M Davies [Fri, 22 Sep 2000 20:55:14 +0000 (20:55 +0000)] 
Stub for CoIsOle1Class.

23 years agoSet close on exec() flag at times when we leave /dev/dsp and
Huw D M Davies [Fri, 22 Sep 2000 20:54:51 +0000 (20:54 +0000)] 
Set close on exec() flag at times when we leave /dev/dsp and
/dev/sequencer open.

23 years agoAdded support for FLATBUTTON style tabs.
Susan Farley [Fri, 22 Sep 2000 20:54:16 +0000 (20:54 +0000)] 
Added support for FLATBUTTON style tabs.
Made width of BUTTON style tabs no less than 2x their height.
Expanded focus rect to be just inside the border.

23 years agoAdd FIXMEs for all these nice completely unimplemented TOOLHELP
Andreas Mohr [Fri, 22 Sep 2000 20:51:09 +0000 (20:51 +0000)] 
Add FIXMEs for all these nice completely unimplemented TOOLHELP
functions.

23 years agofixed the win95 registry loader to have somewhat stricter checking.
Andreas Mohr [Fri, 22 Sep 2000 20:50:35 +0000 (20:50 +0000)] 
fixed the win95 registry loader to have somewhat stricter checking.

23 years agoFixed button image to be offset to the center of the button horizontally,
Chris Morgan [Fri, 22 Sep 2000 20:49:54 +0000 (20:49 +0000)] 
Fixed button image to be offset to the center of the button horizontally,
visible with WinZip and CuteFTP 4.0.  Fixed compile warnings from format type
specifiers in two TRACE's.  Removed TRACE in TOOLBAR_GetItemRect().  Added
button width to TRACE in TOOLBAR_CalcToolbar().

23 years agoChanged RedrawWindow()'s to InvalidateRect()'s. RedrawWindow() was
Chris Morgan [Fri, 22 Sep 2000 20:49:12 +0000 (20:49 +0000)] 
Changed RedrawWindow()'s to InvalidateRect()'s.  RedrawWindow() was
being called with RDW_UPDATENOW, forcing immediate painting.  Added
redrawing logic to STATUSBAR_SetTextW().

23 years agoFix behavior of TVS_SINGLEEXPAND style broken in Corel merge. Optimize
Chris Morgan [Fri, 22 Sep 2000 20:48:15 +0000 (20:48 +0000)] 
Fix behavior of TVS_SINGLEEXPAND style broken in Corel merge.  Optimize
redrawing in TREEVIEW_SetItemA() to redraw only if the item changes.

23 years agoRaised MAX_DLLS to 100.
Francois Gouget [Fri, 22 Sep 2000 20:47:01 +0000 (20:47 +0000)] 
Raised MAX_DLLS to 100.

23 years ago- Added some missing WINELIB_NAME_AW definitions, types and messages
Peter Hunnisett [Tue, 19 Sep 2000 02:43:00 +0000 (02:43 +0000)] 
- Added some missing WINELIB_NAME_AW definitions, types and messages
- Small prototype fixes

23 years agoCatch EXCEPTION_PRIV_INSTRUCTION exception too.
Rein Klazes [Tue, 19 Sep 2000 02:39:59 +0000 (02:39 +0000)] 
Catch EXCEPTION_PRIV_INSTRUCTION exception too.

23 years agoNotification NM_CLICK, NM_RCLICK and NM_DBLCLK sent by the listview
Stephane Lussier [Tue, 19 Sep 2000 02:38:45 +0000 (02:38 +0000)] 
Notification NM_CLICK, NM_RCLICK and NM_DBLCLK sent by the listview
should set lParam to a NMLISTVIEW instead of a NMHDR. According to
MSDN doc, it is like that since version 4.71, Wine is returning 5.0 as
the DLL version.

23 years agoFixed window lock problem in SetMenu().
Andreas Mohr [Tue, 19 Sep 2000 02:38:11 +0000 (02:38 +0000)] 
Fixed window lock problem in SetMenu().

23 years agoHenning Hoffmann
Alexandre Julliard [Tue, 19 Sep 2000 02:37:48 +0000 (02:37 +0000)] 
Henning Hoffmann
Avoid deadlocks in EnumMetaFile.

23 years agoAvoid infinite loop if QueryPathOfRegTypeLib is called with lcid=0.
Gerard Patel [Tue, 19 Sep 2000 02:37:07 +0000 (02:37 +0000)] 
Avoid infinite loop if QueryPathOfRegTypeLib is called with lcid=0.

23 years agoMisc cleanups.
Alexandre Julliard [Mon, 18 Sep 2000 02:15:25 +0000 (02:15 +0000)] 
Misc cleanups.

23 years agoAdded preliminary support for switching to vm86 mode with proper
Alexandre Julliard [Mon, 18 Sep 2000 02:15:07 +0000 (02:15 +0000)] 
Added preliminary support for switching to vm86 mode with proper
exception handling.

23 years agoMoved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap).
Alexandre Julliard [Mon, 18 Sep 2000 01:44:08 +0000 (01:44 +0000)] 
Moved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap).

23 years agoChange FIXME("Button size set after button in toolbar\n") in
Chris Morgan [Mon, 18 Sep 2000 01:41:50 +0000 (01:41 +0000)] 
Change FIXME("Button size set after button in toolbar\n") in
SetButtonSize() to WARN as quite a few applications are doing this
after adding each button to the toolbar and there is no way we can
stop them.

23 years agoRemove unused local variable in DGA_IDirectDrawSurface4Impl_SetPalette().
Gerald Pfeifer [Mon, 18 Sep 2000 01:41:26 +0000 (01:41 +0000)] 
Remove unused local variable in DGA_IDirectDrawSurface4Impl_SetPalette().

23 years ago- removed redundant functions COMM_Get(Read/Write)Fd
Mike McCormack [Mon, 18 Sep 2000 01:41:07 +0000 (01:41 +0000)] 
- removed redundant functions COMM_Get(Read/Write)Fd
- corrected the name of 16bit functions in comments
- removed unused static variable

23 years ago- prefer wineinstall
Andreas Mohr [Mon, 18 Sep 2000 01:40:32 +0000 (01:40 +0000)] 
- prefer wineinstall
- mention debugger setup (temporary)

23 years agoFixed incorrect arg count in SHGetSettings that causes winzip32.exe to
Mike McCormack [Mon, 18 Sep 2000 01:40:13 +0000 (01:40 +0000)] 
Fixed incorrect arg count in SHGetSettings that causes winzip32.exe to
report an error.

23 years agoSorting items in a listview using LVW_SORTITEMS is only sorting the items
Stephane Lussier [Mon, 18 Sep 2000 01:39:27 +0000 (01:39 +0000)] 
Sorting items in a listview using LVW_SORTITEMS is only sorting the items
and not the subitems. This patch fix this issue. I've remove the temporary
Sortlist, it was not necessary to create another list, and it was buggy.

23 years agoRemoved a coupld of unused functions in the Callout structure.
Alexandre Julliard [Sat, 16 Sep 2000 20:58:06 +0000 (20:58 +0000)] 
Removed a coupld of unused functions in the Callout structure.

23 years agoMoved Select/RealizePalette implementation to USER and use
Alexandre Julliard [Sat, 16 Sep 2000 20:57:39 +0000 (20:57 +0000)] 
Moved Select/RealizePalette implementation to USER and use
pfnSelect/RealizePalette function pointers in GDI.
Make sure the palette handle is valid in GDISelectPalette16 (thanks to
Uwe Bonnes).

23 years agoImplemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts.
Mike McCormack [Sat, 16 Sep 2000 20:55:12 +0000 (20:55 +0000)] 
Implemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts.

23 years agoAdded support for non-deletable system brushes and pens created by
Andreas Mohr [Sat, 16 Sep 2000 20:53:51 +0000 (20:53 +0000)] 
Added support for non-deletable system brushes and pens created by
USER.

23 years agoCleaned it up so that code paths which have unsupported WS_SO values
John Gilmore [Sat, 16 Sep 2000 20:51:40 +0000 (20:51 +0000)] 
Cleaned it up so that code paths which have unsupported WS_SO values
never actually pass them to Unix system calls.

23 years agoAdded VirtualAllocEx.
Andreas Mohr [Sat, 16 Sep 2000 20:50:36 +0000 (20:50 +0000)] 
Added VirtualAllocEx.

23 years agoAdded GetTimeZoneInformation and TIME_ZONE_ID_INVALID.
Hidenori Takeshima [Sat, 16 Sep 2000 20:49:19 +0000 (20:49 +0000)] 
Added GetTimeZoneInformation and TIME_ZONE_ID_INVALID.

23 years agoFixed tab control to use HTTRANSPARENT when mouse hits client area,
Andreas Mohr [Sat, 16 Sep 2000 20:47:27 +0000 (20:47 +0000)] 
Fixed tab control to use HTTRANSPARENT when mouse hits client area,
but not tab control buttons.

23 years agoSilence some bogus error message.
Andreas Mohr [Sat, 16 Sep 2000 20:47:00 +0000 (20:47 +0000)] 
Silence some bogus error message.

23 years agoAdjusted to allow MFC compilation; prevent definition of struct fd_set
Jeremy White [Sat, 16 Sep 2000 20:46:16 +0000 (20:46 +0000)] 
Adjusted to allow MFC compilation; prevent definition of struct fd_set
which conflicts with the fd_set typedef.

23 years agoAdded PWNDCLASS definition.
Jeremy White [Sat, 16 Sep 2000 20:45:46 +0000 (20:45 +0000)] 
Added PWNDCLASS definition.

23 years agoAllow having a transparent background text color for the listview.
Stephane Lussier [Sat, 16 Sep 2000 20:45:09 +0000 (20:45 +0000)] 
Allow having a transparent background text color for the listview.