wine
20 years agoAdd a '\r\n' to lpszHeaders if it is not already terminated by
Jeremy Shaw [Thu, 11 Dec 2003 04:25:41 +0000 (04:25 +0000)] 
Add a '\r\n' to lpszHeaders if it is not already terminated by
'\r\n'.

20 years agoFixed size check in GetCommConfig().
Frank [Thu, 11 Dec 2003 04:25:00 +0000 (04:25 +0000)] 
Fixed size check in GetCommConfig().

20 years ago- Fix obsolete comments about windowsx, commdlg.
Richard Cohen [Thu, 11 Dec 2003 04:24:38 +0000 (04:24 +0000)] 
- Fix obsolete comments about windowsx, commdlg.
- Increase filename length to MAX_PATH.
- Set the windows extent before playing the metafile.
- Don't hardcode logpixels to 96.

20 years ago- Check FindFirstFile against INVALID_HANDLE_VALUE not 0.
Richard Cohen [Thu, 11 Dec 2003 04:24:16 +0000 (04:24 +0000)] 
- Check FindFirstFile against INVALID_HANDLE_VALUE not 0.
- Display window & messagebox even if there are no applets.

20 years agoAdded tests for class style and instance handling.
Alexandre Julliard [Wed, 10 Dec 2003 04:25:48 +0000 (04:25 +0000)] 
Added tests for class style and instance handling.

20 years agoSystem classes must not have the CS_GLOBALCLASS style.
Alexandre Julliard [Wed, 10 Dec 2003 04:14:35 +0000 (04:14 +0000)] 
System classes must not have the CS_GLOBALCLASS style.

20 years agoAdded window classes in the server, and support for inter-process
Alexandre Julliard [Wed, 10 Dec 2003 04:08:06 +0000 (04:08 +0000)] 
Added window classes in the server, and support for inter-process
GetClassWord/Long (based on a patch by Mike McCormack).
Various fixes to the class instance handling.

20 years agoPrint names for Win32 errors too, plus a few more status codes.
Alexandre Julliard [Wed, 10 Dec 2003 02:14:23 +0000 (02:14 +0000)] 
Print names for Win32 errors too, plus a few more status codes.

20 years agoPoint size in DLG_TEMPLATE may be negative.
Andreas Rosenberg [Wed, 10 Dec 2003 02:12:09 +0000 (02:12 +0000)] 
Point size in DLG_TEMPLATE may be negative.

20 years agoSort the listview when clicking the Name or Type headers.
Jon Griffiths [Wed, 10 Dec 2003 02:10:52 +0000 (02:10 +0000)] 
Sort the listview when clicking the Name or Type headers.

20 years agoAdd support for some MCIWNDF_ styles, indicate that we do not support
Dmitry Timoshkov [Wed, 10 Dec 2003 02:10:18 +0000 (02:10 +0000)] 
Add support for some MCIWNDF_ styles, indicate that we do not support
MCIWNDM_* messages at all.

20 years agoMade all the RegisterClass and GetClassInfo variants call the
Alexandre Julliard [Wed, 10 Dec 2003 01:46:52 +0000 (01:46 +0000)] 
Made all the RegisterClass and GetClassInfo variants call the
corresponding Ex function.

20 years agoAdded support for inter-process GetWindowWord.
Alexandre Julliard [Wed, 10 Dec 2003 01:34:51 +0000 (01:34 +0000)] 
Added support for inter-process GetWindowWord.
Do better range checking on the window extra bytes.

20 years agoAdded set_win32_error() for error codes that don't have an NT status
Alexandre Julliard [Wed, 10 Dec 2003 01:12:18 +0000 (01:12 +0000)] 
Added set_win32_error() for error codes that don't have an NT status
equivalent.

20 years ago- Implementation of HCR_GetExecuteCommandExW for internal use.
Marcelo Duarte [Wed, 10 Dec 2003 00:39:31 +0000 (00:39 +0000)] 
- Implementation of HCR_GetExecuteCommandExW for internal use.
- New inline function  __SHCloneStrAtoW.

20 years agoUpwards traversal of inheritance tree didn't occur for dispatch
Andrew de Quincey [Wed, 10 Dec 2003 00:38:17 +0000 (00:38 +0000)] 
Upwards traversal of inheritance tree didn't occur for dispatch
interfaces.

20 years agoFix a couple of tests for w2k (Russian).
Jon Griffiths [Wed, 10 Dec 2003 00:37:35 +0000 (00:37 +0000)] 
Fix a couple of tests for w2k (Russian).

20 years agoDon't call GetWindowLong for every comparison while sorting.
Jon Griffiths [Wed, 10 Dec 2003 00:37:14 +0000 (00:37 +0000)] 
Don't call GetWindowLong for every comparison while sorting.

20 years agoIf a font has a version 0 OS2 table then Windows uses ANSI_CHARSET if
Huw Davies [Wed, 10 Dec 2003 00:36:22 +0000 (00:36 +0000)] 
If a font has a version 0 OS2 table then Windows uses ANSI_CHARSET if
the first charcode < 0x100, else it uses SYMBOL_CHARSET.  Based on a
patch by Rein Klazes.

20 years agoAdd a few soon-to-be-implemented functions.
Jon Griffiths [Wed, 10 Dec 2003 00:35:44 +0000 (00:35 +0000)] 
Add a few soon-to-be-implemented functions.

20 years agoFix the tests to pass when locale settings are user-overriden.
Jon Griffiths [Tue, 9 Dec 2003 00:05:53 +0000 (00:05 +0000)] 
Fix the tests to pass when locale settings are user-overriden.
Fix those tests which pass now.
Test copying, formatting, VarAbs, VarNot.

20 years agoImplement conversions between dates and strings.
Jon Griffiths [Tue, 9 Dec 2003 00:05:31 +0000 (00:05 +0000)] 
Implement conversions between dates and strings.
Remove the final cruft associated with the old date code
BPB's: Roll milliseconds correctly; LOCALE_NOUSEROVERRIDE for num
parsing.
Implement VarAbs and VarNot.

20 years agoImplemented GetTitleBarInfo.
Kevin Koltzau [Mon, 8 Dec 2003 23:46:29 +0000 (23:46 +0000)] 
Implemented GetTitleBarInfo.

20 years agoReformat regedit in a consistent manner.
Dimitrie O. Paun [Mon, 8 Dec 2003 22:48:07 +0000 (22:48 +0000)] 
Reformat regedit in a consistent manner.

20 years ago- Fix IMemAlloc_Free when IMemAlloc_Alloc hasn't yet been called and
Robert Shearman [Mon, 8 Dec 2003 22:46:08 +0000 (22:46 +0000)] 
- Fix IMemAlloc_Free when IMemAlloc_Alloc hasn't yet been called and
  debugging is on.
- Fix OleMetafilePictFromIconAndLabel (fixes attachments in Outlook2k).
- Implement OleTranslateAccelerator.
- Move OleCreate and a load of PropVariant functions out of stubs file.
- Change OleCreate to a semi-stub.

20 years agoLoad, validate and retrieve a few properties from an msstyles theme.
Kevin Koltzau [Mon, 8 Dec 2003 22:45:26 +0000 (22:45 +0000)] 
Load, validate and retrieve a few properties from an msstyles theme.

20 years ago- Implement 'Choose font', 'No title', 'Always on Top'.
Richard Cohen [Mon, 8 Dec 2003 22:23:03 +0000 (22:23 +0000)] 
- Implement 'Choose font', 'No title', 'Always on Top'.
- Paint to offscreen bitmap to eliminate flicker.
- Put 'Always on top' on the main menu not the system menu.
- Date format should be DATE_LONGDATE.
- L button drag to move.
- Cosmetic adjustments.

20 years agoInclude tests for MoveFile[W|A].
Hans Leidekker [Mon, 8 Dec 2003 22:21:20 +0000 (22:21 +0000)] 
Include tests for MoveFile[W|A].

20 years agoDeal with kernels that don't have IsValidLanguageGroup.
Hans Leidekker [Mon, 8 Dec 2003 22:20:44 +0000 (22:20 +0000)] 
Deal with kernels that don't have IsValidLanguageGroup.
Deal with non-implemented FoldString[A|W].

20 years agoCheck for ERROR_CALL_NOT_IMPLEMENTED error from RemoveDirectoryW.
Hans Leidekker [Mon, 8 Dec 2003 22:20:25 +0000 (22:20 +0000)] 
Check for ERROR_CALL_NOT_IMPLEMENTED error from RemoveDirectoryW.

20 years agoCorrect "MCI Extensions" registry section, add MCI32 section.
Dmitry Timoshkov [Mon, 8 Dec 2003 22:19:12 +0000 (22:19 +0000)] 
Correct "MCI Extensions" registry section, add MCI32 section.

20 years agoAdded CS_DROPSHADOW.
Alexandre Julliard [Mon, 8 Dec 2003 22:02:33 +0000 (22:02 +0000)] 
Added CS_DROPSHADOW.

20 years agoMove content of global.h into the appropriate private headers.
Dimitrie O. Paun [Mon, 8 Dec 2003 21:58:55 +0000 (21:58 +0000)] 
Move content of global.h into the appropriate private headers.

20 years agoMove (again) usage of 16 bit specific functions (thunk lock) to 16 bit
Eric Pouech [Mon, 8 Dec 2003 21:54:29 +0000 (21:54 +0000)] 
Move (again) usage of 16 bit specific functions (thunk lock) to 16 bit
code only.

20 years agoLimit usage of vertex arrays to correct states.
Lionel Ulmer [Mon, 8 Dec 2003 21:53:40 +0000 (21:53 +0000)] 
Limit usage of vertex arrays to correct states.

20 years agoIf usWinAscent + usWinDescent == 0 then use the Ascender and Descender
Huw Davies [Mon, 8 Dec 2003 21:53:15 +0000 (21:53 +0000)] 
If usWinAscent + usWinDescent == 0 then use the Ascender and Descender
values instead.

20 years agoFix a font object leak in the font dialog's WM_PAINT handler.
Dmitry Timoshkov [Mon, 8 Dec 2003 21:52:43 +0000 (21:52 +0000)] 
Fix a font object leak in the font dialog's WM_PAINT handler.

20 years agoCorrect a couple of incorrect registry root key names.
Dmitry Timoshkov [Mon, 8 Dec 2003 21:52:01 +0000 (21:52 +0000)] 
Correct a couple of incorrect registry root key names.

20 years agoStub implementations for CertCreateCRLContext and CertCloseStore.
Mike McCormack [Mon, 8 Dec 2003 21:51:40 +0000 (21:51 +0000)] 
Stub implementations for CertCreateCRLContext and CertCloseStore.

20 years agoStreamline dlls/ and programs/ in terms of indentation.
Dimitrie O. Paun [Mon, 8 Dec 2003 21:48:39 +0000 (21:48 +0000)] 
Streamline dlls/ and programs/ in terms of indentation.
Updated the programs/ (added and deleted a bunch of entries).
Added the include/{msvcrt,wine} to the list of include dirs.

20 years agoMake inactive LED segments dimmer to make numbers easier to read.
Pavel Roskin [Mon, 8 Dec 2003 21:48:18 +0000 (21:48 +0000)] 
Make inactive LED segments dimmer to make numbers easier to read.

20 years agoRemove an instance of exit(). We should return failure, not kill the
Ove Kaaven [Mon, 8 Dec 2003 21:47:50 +0000 (21:47 +0000)] 
Remove an instance of exit(). We should return failure, not kill the
thread, when a bad stream is encountered.

20 years agoFirst enumerate all internal devices and then external midi ports.
Christian Costa [Mon, 8 Dec 2003 21:46:50 +0000 (21:46 +0000)] 
First enumerate all internal devices and then external midi ports.

20 years agoRemove ntdll from imports.
Hans Leidekker [Mon, 8 Dec 2003 21:46:06 +0000 (21:46 +0000)] 
Remove ntdll from imports.

20 years agoPartially implement NetWkstaGetInfo.
Juan Lang [Mon, 8 Dec 2003 21:45:44 +0000 (21:45 +0000)] 
Partially implement NetWkstaGetInfo.

20 years agoMove include/bitmaps/*.xpm where they belong.
Dimitrie O. Paun [Mon, 8 Dec 2003 21:44:24 +0000 (21:44 +0000)] 
Move include/bitmaps/*.xpm where they belong.

20 years agoFixed parameter types of function Extract.
Stefan Leichter [Mon, 8 Dec 2003 21:40:49 +0000 (21:40 +0000)] 
Fixed parameter types of function Extract.

20 years agoRun length and ascii85 encode image data.
Huw Davies [Mon, 8 Dec 2003 21:40:27 +0000 (21:40 +0000)] 
Run length and ascii85 encode image data.

20 years agoGet rid of clipboard.h.
Alexandre Julliard [Fri, 5 Dec 2003 04:45:50 +0000 (04:45 +0000)] 
Get rid of clipboard.h.

20 years agoRemoved now useless call to glXQueryExtensionsString.
Alexandre Julliard [Fri, 5 Dec 2003 04:43:20 +0000 (04:43 +0000)] 
Removed now useless call to glXQueryExtensionsString.

20 years agoIn RDW_ValidateParent, get rid of the parent update region if it is
Alexandre Julliard [Fri, 5 Dec 2003 04:42:43 +0000 (04:42 +0000)] 
In RDW_ValidateParent, get rid of the parent update region if it is
empty after the validation, to avoid a useless WM_PAINT.

20 years agoPrint error messages to stderr as is customary.
Francois Gouget [Fri, 5 Dec 2003 04:42:06 +0000 (04:42 +0000)] 
Print error messages to stderr as is customary.

20 years agoMoved all the files in graphics/x11drv to dlls/x11drv.
Alexandre Julliard [Fri, 5 Dec 2003 00:20:27 +0000 (00:20 +0000)] 
Moved all the files in graphics/x11drv to dlls/x11drv.

20 years agoAdded a WINEDEBUG environment variable that allows turning on debug
Alexandre Julliard [Fri, 5 Dec 2003 00:17:41 +0000 (00:17 +0000)] 
Added a WINEDEBUG environment variable that allows turning on debug
output as early as possible during startup.

20 years agoRemoved X11 display parameter from the config file, this is more
Alexandre Julliard [Fri, 5 Dec 2003 00:11:48 +0000 (00:11 +0000)] 
Removed X11 display parameter from the config file, this is more
confusing than useful.

20 years agoFixed some flags in calls to CreateWindowEx.
Filip Navara [Fri, 5 Dec 2003 00:09:54 +0000 (00:09 +0000)] 
Fixed some flags in calls to CreateWindowEx.
Fixed color of the splitter.

20 years agoInitialize Xlib threading support to see what it breaks...
Alexandre Julliard [Thu, 4 Dec 2003 21:59:51 +0000 (21:59 +0000)] 
Initialize Xlib threading support to see what it breaks...

20 years agoMap (WS_EX_TOOLWINDOW & WS_CAPTION) to _NET_WM_WINDOW_TYPE_UTILITY.
Mike Hearn [Thu, 4 Dec 2003 21:54:13 +0000 (21:54 +0000)] 
Map (WS_EX_TOOLWINDOW & WS_CAPTION) to _NET_WM_WINDOW_TYPE_UTILITY.

20 years agoCorrect the test for the ODS_SELECTED bit in the WM_DRAWITEM message
Rein Klazes [Thu, 4 Dec 2003 21:53:14 +0000 (21:53 +0000)] 
Correct the test for the ODS_SELECTED bit in the WM_DRAWITEM message
handler.

20 years agoMore tests for {Local,Global}{,Re}Alloc() calls.
Dimitrie O. Paun [Thu, 4 Dec 2003 21:52:52 +0000 (21:52 +0000)] 
More tests for {Local,Global}{,Re}Alloc() calls.
Cleanup of the Heap*() tests.

20 years agoDefine ALSA_PCM_OLD_* symbols for compatibility with Alsa 1.0.
Alexandre Julliard [Thu, 4 Dec 2003 21:14:04 +0000 (21:14 +0000)] 
Define ALSA_PCM_OLD_* symbols for compatibility with Alsa 1.0.

20 years agoPartially implement DeviceIoControl for VDHCP, VNETBIOS, and VNB.
Juan Lang [Thu, 4 Dec 2003 21:05:13 +0000 (21:05 +0000)] 
Partially implement DeviceIoControl for VDHCP, VNETBIOS, and VNB.
Gets rid of FIXMEs for ipconfig.exe and winipcfg.exe.

20 years agoAdded stubs for all functions.
Kevin Koltzau [Thu, 4 Dec 2003 20:55:30 +0000 (20:55 +0000)] 
Added stubs for all functions.

20 years agoLet PSDRV_WriteSpool cope with strings longer than 0xffff bytes.
Huw Davies [Thu, 4 Dec 2003 20:54:05 +0000 (20:54 +0000)] 
Let PSDRV_WriteSpool cope with strings longer than 0xffff bytes.

20 years agoStub implementations for some functions.
Mike McCormack [Thu, 4 Dec 2003 20:53:46 +0000 (20:53 +0000)] 
Stub implementations for some functions.

20 years agoAdd missing ListView_GetViewRect() macro.
Dimitrie O. Paun [Thu, 4 Dec 2003 20:52:39 +0000 (20:52 +0000)] 
Add missing ListView_GetViewRect() macro.

20 years agoImplement the Rtlp* registry functions.
Jon Griffiths [Thu, 4 Dec 2003 20:52:12 +0000 (20:52 +0000)] 
Implement the Rtlp* registry functions.

20 years agoImplement some more register functions using DEFINE_REGS_ENTRYPOINT to
Alexandre Julliard [Thu, 4 Dec 2003 05:51:01 +0000 (05:51 +0000)] 
Implement some more register functions using DEFINE_REGS_ENTRYPOINT to
make them available for imports.

20 years agoMoved the DEFINE_REGS_ENTRYPOINT macros to include/wine/port.h.
Alexandre Julliard [Thu, 4 Dec 2003 05:48:03 +0000 (05:48 +0000)] 
Moved the DEFINE_REGS_ENTRYPOINT macros to include/wine/port.h.
Removed the C fallback code, do that in the callers instead.

20 years agoWe no longer need a special case for codepages on startup,
Alexandre Julliard [Thu, 4 Dec 2003 05:13:03 +0000 (05:13 +0000)] 
We no longer need a special case for codepages on startup,
initialization is done in the correct order now.

20 years agoPortability fixes.
Alexandre Julliard [Thu, 4 Dec 2003 05:11:56 +0000 (05:11 +0000)] 
Portability fixes.

20 years agoAdded Thai translation.
Jon Griffiths [Thu, 4 Dec 2003 04:46:13 +0000 (04:46 +0000)] 
Added Thai translation.

20 years agoRemoved unused structure declaration.
Juan Lang [Thu, 4 Dec 2003 04:45:43 +0000 (04:45 +0000)] 
Removed unused structure declaration.

20 years agoAuthors: Jakob Eriksson <jakov@vmlinux.org>, Dimitrie O. Paun <dpaun@rogers.com>...
Alexandre Julliard [Thu, 4 Dec 2003 02:01:39 +0000 (02:01 +0000)] 
Authors: Jakob Eriksson <jakov@vmlinux.org>, Dimitrie O. Paun <dpaun@rogers.com>, Ferenc Wagner <wferi@afavant.elte.hu>
New Wine test shell utility.

20 years agoUse the lfHeight field to initialize the font dialog's point size. Do
Rein Klazes [Thu, 4 Dec 2003 01:43:01 +0000 (01:43 +0000)] 
Use the lfHeight field to initialize the font dialog's point size. Do
not forget to return some values in the choosefont structure in the 16
bit version of the ChooseFont function.

20 years agoFix NetApiBufferReallocate and add a few tests for the border cases
Dimitrie O. Paun [Thu, 4 Dec 2003 01:42:34 +0000 (01:42 +0000)] 
Fix NetApiBufferReallocate and add a few tests for the border cases
(thanks to Juan Lang for clarifications).

20 years agoAdd Fonts key for NT versions of Windows.
Rein Klazes [Thu, 4 Dec 2003 01:42:16 +0000 (01:42 +0000)] 
Add Fonts key for NT versions of Windows.

20 years agoOn i686, report processor level 6.
Marcus Meissner [Thu, 4 Dec 2003 01:41:53 +0000 (01:41 +0000)] 
On i686, report processor level 6.

20 years agoConverted locale setup to Unicode so that we don't use code pages
Alexandre Julliard [Wed, 3 Dec 2003 22:32:11 +0000 (22:32 +0000)] 
Converted locale setup to Unicode so that we don't use code pages
before they are initialized. Improved error reporting a bit.

20 years agoUse delayed imports instead of explicit GetProcAddress calls.
Alexandre Julliard [Wed, 3 Dec 2003 22:29:05 +0000 (22:29 +0000)] 
Use delayed imports instead of explicit GetProcAddress calls.

20 years agoImplement combobox to select the font's character set.
Rein Klazes [Wed, 3 Dec 2003 22:25:10 +0000 (22:25 +0000)] 
Implement combobox to select the font's character set.
Bug fixes: handle WM_MEASUREITEM message; handle the WM_PAINT message
in the 16bit font dialog, so it displays the sample string too.

20 years agoAdded support for loading 16-bit dlls.
Alexandre Julliard [Wed, 3 Dec 2003 20:29:24 +0000 (20:29 +0000)] 
Added support for loading 16-bit dlls.

20 years agoRemoved no longer used extra space allocated in the modref structure.
Alexandre Julliard [Wed, 3 Dec 2003 20:28:41 +0000 (20:28 +0000)] 
Removed no longer used extra space allocated in the modref structure.

20 years agoRevert change for handling user overrides as numbers and reimplement
Alexandre Julliard [Wed, 3 Dec 2003 20:28:10 +0000 (20:28 +0000)] 
Revert change for handling user overrides as numbers and reimplement
it differently.

20 years agoAdded -lXmu and -lXi for glut library.
Jacek Caban [Wed, 3 Dec 2003 20:26:43 +0000 (20:26 +0000)] 
Added -lXmu and -lXi for glut library.

20 years agoAdded support for editing strings.
Dimitrie O. Paun [Wed, 3 Dec 2003 20:25:24 +0000 (20:25 +0000)] 
Added support for editing strings.

20 years agoImplemented RunDLL_CallEntry16.
Alexandre Julliard [Wed, 3 Dec 2003 04:44:52 +0000 (04:44 +0000)] 
Implemented RunDLL_CallEntry16.

20 years ago- Properly disable the second hand.
Richard Cohen [Wed, 3 Dec 2003 04:44:18 +0000 (04:44 +0000)] 
- Properly disable the second hand.
- Remove unneeded #include "winnls", #define MIN.
- Get the digital clock working.

20 years agoIBindHost interface additions.
Kirill Smelkov [Wed, 3 Dec 2003 04:01:57 +0000 (04:01 +0000)] 
IBindHost interface additions.

20 years agoAdded IObjectWithSite interface.
Kirill Smelkov [Wed, 3 Dec 2003 04:01:26 +0000 (04:01 +0000)] 
Added IObjectWithSite interface.

20 years agoSearch for libraries in the order - .so - .def - .a
Richard Cohen [Wed, 3 Dec 2003 03:58:52 +0000 (03:58 +0000)] 
Search for libraries in the order - .so - .def - .a

20 years ago- Use resource ids IDM_*, IDS_* instead of numbers.
Richard Cohen [Wed, 3 Dec 2003 03:58:29 +0000 (03:58 +0000)] 
- Use resource ids IDM_*, IDS_* instead of numbers.
- Move ... from toplevel "Info..." onto sub items (eg "About").

20 years agoCheck brush style before printing FIXME.
Andrew de Quincey [Wed, 3 Dec 2003 03:56:04 +0000 (03:56 +0000)] 
Check brush style before printing FIXME.

20 years agoOnly honour SBS_SIZEBOX*ALIGN styles if SBS_SIZE{GRIP,BOX} is set.
Huw Davies [Wed, 3 Dec 2003 03:55:12 +0000 (03:55 +0000)] 
Only honour SBS_SIZEBOX*ALIGN styles if SBS_SIZE{GRIP,BOX} is set.

20 years agoUpdated.
Tom Wickline [Wed, 3 Dec 2003 03:54:44 +0000 (03:54 +0000)] 
Updated.

20 years agoUse normal dll imports instead of GetProcAddress hacks.
Alexandre Julliard [Tue, 2 Dec 2003 05:33:26 +0000 (05:33 +0000)] 
Use normal dll imports instead of GetProcAddress hacks.

20 years agoInvalidate items on set selection.
Aric Stewart [Tue, 2 Dec 2003 05:28:26 +0000 (05:28 +0000)] 
Invalidate items on set selection.

20 years agoAuthors: Aric Stewart <aric@codeweavers.com>, Huw Davies <huw@codeweavers.com>
Alexandre Julliard [Tue, 2 Dec 2003 05:27:54 +0000 (05:27 +0000)] 
Authors: Aric Stewart <aric@codeweavers.com>, Huw Davies <huw@codeweavers.com>
Some support for SBS_SIZEGRIP.

20 years agoFixed a problem using glXGetProcAddresARB with bad OpenGL libs.
Daniel Skorka [Tue, 2 Dec 2003 05:27:00 +0000 (05:27 +0000)] 
Fixed a problem using glXGetProcAddresARB with bad OpenGL libs.

20 years agoRemoved no longer needed dll separation hack.
Alexandre Julliard [Tue, 2 Dec 2003 04:48:16 +0000 (04:48 +0000)] 
Removed no longer needed dll separation hack.