wine
21 years agoCheck file header to differentiate between object files and resources
Alexandre Julliard [Fri, 6 Dec 2002 23:26:29 +0000 (23:26 +0000)] 
Check file header to differentiate between object files and resources
so that the -r option is not necessary.

21 years agoFixed mingwrap install command.
Alexandre Julliard [Fri, 6 Dec 2002 23:22:39 +0000 (23:22 +0000)] 
Fixed mingwrap install command.

21 years agoFixed the list of accepted types passed to HttpOpenRequestA.
Alexandre Julliard [Fri, 6 Dec 2002 23:21:35 +0000 (23:21 +0000)] 
Fixed the list of accepted types passed to HttpOpenRequestA.

21 years agoImplement ParseFieldW function based on its ANSI sibling.
Rolf Kalbermatter [Fri, 6 Dec 2002 23:20:52 +0000 (23:20 +0000)] 
Implement ParseFieldW function based on its ANSI sibling.

21 years ago - When sending a request using HttpOpenRequest/HttpSendRequest, send the
Alberto Massari [Fri, 6 Dec 2002 23:20:31 +0000 (23:20 +0000)] 
 - When sending a request using HttpOpenRequest/HttpSendRequest, send the
   User-Agent header; fixed the Accept and the Referer header handling to
   really work.
 - Fixed bug in the HTTP_ProcessHeader: when a second value was supposed to be
   added to an existing one, the buffer was reduced to be 1 char long instead
   of being expanded, due to the precedence rules of the operator '?'.
 - Added support for opening URLs that redirect to a different place.

21 years agoDefine PSH_WIZARD97 (problem reported by jaymz@free.fr).
Francois Gouget [Fri, 6 Dec 2002 23:19:54 +0000 (23:19 +0000)] 
Define PSH_WIZARD97 (problem reported by jaymz@free.fr).

21 years agoForce (WS_)SO_REUSEADDR before binding to a socket; ignore
Christoph Frick [Fri, 6 Dec 2002 23:19:21 +0000 (23:19 +0000)] 
Force (WS_)SO_REUSEADDR before binding to a socket; ignore
(WS_)SO_DONTROUTE; Network games in Grand Prix Legends and Nascar 2002
are possible now.

21 years agoBuild test programs as part of the normal build.
Alexandre Julliard [Fri, 6 Dec 2002 19:51:20 +0000 (19:51 +0000)] 
Build test programs as part of the normal build.

21 years agoFix some parameter types.
Rolf Kalbermatter [Fri, 6 Dec 2002 19:50:26 +0000 (19:50 +0000)] 
Fix some parameter types.

21 years agoMoved COM API prototypes in include/wine/obj_base.h to
Ove Kaaven [Fri, 6 Dec 2002 19:49:56 +0000 (19:49 +0000)] 
Moved COM API prototypes in include/wine/obj_base.h to
include/objbase.h.

21 years agoMake wrc command line compatible with windres.
Dimitrie O. Paun [Fri, 6 Dec 2002 19:49:36 +0000 (19:49 +0000)] 
Make wrc command line compatible with windres.

21 years agoFixed passing of -DINCLUDEDIR when building mingwrap.
Alexandre Julliard [Fri, 6 Dec 2002 19:49:13 +0000 (19:49 +0000)] 
Fixed passing of -DINCLUDEDIR when building mingwrap.

21 years agoInstall DDK headers as well.
Dimitrie O. Paun [Fri, 6 Dec 2002 19:45:18 +0000 (19:45 +0000)] 
Install DDK headers as well.

21 years agoAdded rpc.h include to fix tests compilation.
Alexandre Julliard [Thu, 5 Dec 2002 22:11:43 +0000 (22:11 +0000)] 
Added rpc.h include to fix tests compilation.

21 years agoMake sure that no files except unknwn.h include wine/obj_base.h
Ove Kaaven [Thu, 5 Dec 2002 20:33:07 +0000 (20:33 +0000)] 
Make sure that no files except unknwn.h include wine/obj_base.h
directly.

21 years agoReplace 0x%p with %p.
Patrik Stridvall [Thu, 5 Dec 2002 19:56:15 +0000 (19:56 +0000)] 
Replace 0x%p with %p.

21 years agoAdded 2 more Czech keyboard layouts compatible with XFree86 4.1.
Peter Mladek [Thu, 5 Dec 2002 19:55:04 +0000 (19:55 +0000)] 
Added 2 more Czech keyboard layouts compatible with XFree86 4.1.

21 years ago - Moved GetUrlCacheEntryInfoA and CommitUrlCacheEntryA to urlcache.c.
Alberto Massari [Thu, 5 Dec 2002 19:54:40 +0000 (19:54 +0000)] 
 - Moved GetUrlCacheEntryInfoA and CommitUrlCacheEntryA to urlcache.c.
 - Added stub implementation of GetUrlCacheEntryInfoExW.
 - Implemented InternetQueryOptionW, InternetCombineUrl[A|W].
 - InternetSetOptionW prints FIXMEs with more informations.
 - INTERNET_SetLastError was crashing if called after the thread
   local storage area had already been deleted (it happens if you
   close Internet Explorer while the download is still in progress).

21 years agoBack out the aRts volume patch, this is not user-friendly at all.
Alexandre Julliard [Thu, 5 Dec 2002 19:20:36 +0000 (19:20 +0000)] 
Back out the aRts volume patch, this is not user-friendly at all.

21 years agoA simple test for IDirectSound.GetCaps.
Francois Gouget [Thu, 5 Dec 2002 19:19:41 +0000 (19:19 +0000)] 
A simple test for IDirectSound.GetCaps.

21 years agoWrap faq.sgml in an article tag in wine-doc.sgml.
Francois Gouget [Thu, 5 Dec 2002 19:14:02 +0000 (19:14 +0000)] 
Wrap faq.sgml in an article tag in wine-doc.sgml.
Set the article class to 'faq'.
Move the title to faq.sgml.

21 years agoRemoved references to the Perl tests.
Francois Gouget [Thu, 5 Dec 2002 19:13:42 +0000 (19:13 +0000)] 
Removed references to the Perl tests.
Added a section describing how to build and run tests on Windows.
The Visual C++ section should be relatively complete but the MinGW and
cross-compiling section still need some work.

21 years agoAdd prototypes for IExtractIconW interface.
Rolf Kalbermatter [Thu, 5 Dec 2002 19:13:11 +0000 (19:13 +0000)] 
Add prototypes for IExtractIconW interface.

21 years agoMarshal VT_R4 (4 byte float).
Marcus Meissner [Thu, 5 Dec 2002 19:12:50 +0000 (19:12 +0000)] 
Marshal VT_R4 (4 byte float).

21 years agoNew MinGW wrapper that makes gcc on Linux behave like MinGW on
Dimitrie O. Paun [Thu, 5 Dec 2002 19:12:13 +0000 (19:12 +0000)] 
New MinGW wrapper that makes gcc on Linux behave like MinGW on
Windows, using the Wine headers.

21 years agoHave only one GUID for Wine's OpenGL D3D device.
Lionel Ulmer [Thu, 5 Dec 2002 19:07:59 +0000 (19:07 +0000)] 
Have only one GUID for Wine's OpenGL D3D device.

21 years agoInstall apps in windows\system since that's what the system directory
Sylvain Petreolle [Thu, 5 Dec 2002 19:05:44 +0000 (19:05 +0000)] 
Install apps in windows\system since that's what the system directory
is set to in the config file.

21 years agoCorrect 2 bugs connected to asynchronous shutdown():
Martin Wilck [Thu, 5 Dec 2002 19:02:55 +0000 (19:02 +0000)] 
Correct 2 bugs connected to asynchronous shutdown():
- Cannot call WSAGetOverlappedResult() because completion function
  destroys the overlapped structure.
- ws2_async_cleanup() called twice in case of failure.

21 years agoSet the socket to overlapped mode.
Martin Wilck [Thu, 5 Dec 2002 19:02:20 +0000 (19:02 +0000)] 
Set the socket to overlapped mode.

21 years agoSkip Unicode tests if there's no Unicode support.
Francois Gouget [Thu, 5 Dec 2002 19:01:51 +0000 (19:01 +0000)] 
Skip Unicode tests if there's no Unicode support.

21 years agoReturn an error if dwSize is not valid.
Francois Gouget [Thu, 5 Dec 2002 19:00:56 +0000 (19:00 +0000)] 
Return an error if dwSize is not valid.
No need to dump dwFlags before it is initialized.

21 years agoAdded EDEADLOCK.
Francois Gouget [Thu, 5 Dec 2002 18:59:53 +0000 (18:59 +0000)] 
Added EDEADLOCK.

21 years agoAdded rules for compiling IDL files.
Alexandre Julliard [Tue, 3 Dec 2002 23:36:05 +0000 (23:36 +0000)] 
Added rules for compiling IDL files.

21 years agoAdded rules for building the FAQ.
Alexandre Julliard [Tue, 3 Dec 2002 23:35:32 +0000 (23:35 +0000)] 
Added rules for building the FAQ.

21 years agoRemoved input.h, queue.h, spy.h and sysmetrics.h and moved their
Alexandre Julliard [Tue, 3 Dec 2002 23:34:52 +0000 (23:34 +0000)] 
Removed input.h, queue.h, spy.h and sysmetrics.h and moved their
contents to user.h.
Moved message.h and winproc.h to dlls/user.

21 years agoAdded the FAQ, and build it when creating the documentation for the
Tony Lambregts [Tue, 3 Dec 2002 23:29:28 +0000 (23:29 +0000)] 
Added the FAQ, and build it when creating the documentation for the
website.

21 years agoUse COMSPEC command interpreter to run .bat files.
Uwe Bonnes [Tue, 3 Dec 2002 23:28:15 +0000 (23:28 +0000)] 
Use COMSPEC command interpreter to run .bat files.

21 years agoFixed error checking in file creation and closing.
Andreas Mohr [Tue, 3 Dec 2002 23:21:20 +0000 (23:21 +0000)] 
Fixed error checking in file creation and closing.

21 years agoAdd support for D3DBLEND_ONE for D3DRENDERSTATE_{DEST/SRC}BLEND.
Christian Costa [Tue, 3 Dec 2002 22:08:37 +0000 (22:08 +0000)] 
Add support for D3DBLEND_ONE for D3DRENDERSTATE_{DEST/SRC}BLEND.

21 years agoInstall ipexport.h and icmpapi.h with the other Windows includes.
Alexandre Julliard [Tue, 3 Dec 2002 22:08:14 +0000 (22:08 +0000)] 
Install ipexport.h and icmpapi.h with the other Windows includes.

21 years agoAdded more types to wtypes.idl.
Ove Kaaven [Tue, 3 Dec 2002 21:42:17 +0000 (21:42 +0000)] 
Added more types to wtypes.idl.

21 years agoFixed test to run fine (0 errors) on Win NT.
Martin Wilck [Tue, 3 Dec 2002 21:36:58 +0000 (21:36 +0000)] 
Fixed test to run fine (0 errors) on Win NT.

21 years agoSHGetSetSettings has now the right signature and the expected behavior
Alberto Massari [Tue, 3 Dec 2002 21:36:22 +0000 (21:36 +0000)] 
SHGetSetSettings has now the right signature and the expected behavior
when the user is asking to get the current settings.

21 years agoFix ANSI->Unicode calling for ExtractIconExA/W.
Rolf Kalbermatter [Tue, 3 Dec 2002 21:35:43 +0000 (21:35 +0000)] 
Fix ANSI->Unicode calling for ExtractIconExA/W.

21 years agoModify PrivateExtractIcons{AW} to match better current MDSN
Rolf Kalbermatter [Tue, 3 Dec 2002 21:35:27 +0000 (21:35 +0000)] 
Modify PrivateExtractIcons{AW} to match better current MDSN
documentation.

21 years agoChange header install location as such:
Dimitrie O. Paun [Tue, 3 Dec 2002 21:34:44 +0000 (21:34 +0000)] 
Change header install location as such:
  ${prefix}/include/wine/windows  -- standard Windows headers
  ${prefix}/include/wine/msvcrt   -- MS Visual C Runtime library
  ${prefix}/include/wine          -- Wine specific headers

21 years agoMerged font.h and path.h into gdi.h. Moved x11font.h to
Alexandre Julliard [Tue, 3 Dec 2002 19:18:41 +0000 (19:18 +0000)] 
Merged font.h and path.h into gdi.h. Moved x11font.h to
dlls/x11drv. Removed a number of unnecessary #includes.

21 years agoParse the NOT operator, the [idempotent] attribute, and the handle_t
Ove Kaaven [Tue, 3 Dec 2002 19:12:07 +0000 (19:12 +0000)] 
Parse the NOT operator, the [idempotent] attribute, and the handle_t
and error_status_t types. Improved some parsing rules to get rid of
the LINK_LAST and LINK_SAFE macros. Enclose generated .h file within
an extern "C" (for C++). Output function prototypes for regular RPC
interfaces.  Fixed a couple of bugs.

21 years agoClean up int21 handling. Move error handling to winedos.
Jukka Heinonen [Tue, 3 Dec 2002 19:11:49 +0000 (19:11 +0000)] 
Clean up int21 handling. Move error handling to winedos.
Call INT_Int21Handler only to emulate selected functions.

21 years agoMove DPMI segments to winedos.
Jukka Heinonen [Mon, 2 Dec 2002 21:39:58 +0000 (21:39 +0000)] 
Move DPMI segments to winedos.

21 years ago- only handle memory allocation for non-already loaded textures
Lionel Ulmer [Mon, 2 Dec 2002 21:39:34 +0000 (21:39 +0000)] 
- only handle memory allocation for non-already loaded textures
- implement GetCaps for D3DDevice7

21 years agoAuthors: Greg Turner <gmturner007@ameritech.net>, Ove Kaaven <ovek@transgaming.com>
Alexandre Julliard [Mon, 2 Dec 2002 21:17:04 +0000 (21:17 +0000)] 
Authors: Greg Turner <gmturner007@ameritech.net>, Ove Kaaven <ovek@transgaming.com>
- preliminary implementation of endpoint-mapping via a new on-demand
  server-ish process
- more header fixups
- (re)implement RpcEpRegisterA, RpcEpUnregister, and
  RpcEpResolveBinding using the new rpcss functionality
- update the todo list in rpcrt4_main.c a bit
- many beautifications and touch-ups
- command-line configurable timeout
- micro-client imbedded in np_server.c

21 years agoHandle D3DLIGHTSTATE_COLORVERTEX to prevent SetLightState from
Christian Costa [Mon, 2 Dec 2002 21:11:47 +0000 (21:11 +0000)] 
Handle D3DLIGHTSTATE_COLORVERTEX to prevent SetLightState from
failing.

21 years agoAdded FIXME:s in the stubs.
Patrik Stridvall [Mon, 2 Dec 2002 19:00:59 +0000 (19:00 +0000)] 
Added FIXME:s in the stubs.

21 years ago- implement the texturing the D3D3 way
Lionel Ulmer [Mon, 2 Dec 2002 18:59:11 +0000 (18:59 +0000)] 
- implement the texturing the D3D3 way
- prepare for multi-texturing support

21 years agoProtect PALETTEENTRY and LOGPALETTE with #ifndefs.
Ove Kaaven [Mon, 2 Dec 2002 18:58:46 +0000 (18:58 +0000)] 
Protect PALETTEENTRY and LOGPALETTE with #ifndefs.

21 years agoRename old DOS3Call as INT_Int21Handler and make new DOS3Call call
Jukka Heinonen [Mon, 2 Dec 2002 18:58:32 +0000 (18:58 +0000)] 
Rename old DOS3Call as INT_Int21Handler and make new DOS3Call call
directly winedos int21 handler.

21 years agoMove int13 handler to winedos.
Jukka Heinonen [Mon, 2 Dec 2002 18:57:42 +0000 (18:57 +0000)] 
Move int13 handler to winedos.

21 years agoFix for MIDI Mapper.
Jeff Smith [Mon, 2 Dec 2002 18:57:00 +0000 (18:57 +0000)] 
Fix for MIDI Mapper.

21 years agoRemoved unnecessary HANDLE typecasts.
Francois Gouget [Mon, 2 Dec 2002 18:10:57 +0000 (18:10 +0000)] 
Removed unnecessary HANDLE typecasts.

21 years agoAdd D3D capability.
Christian Costa [Sat, 30 Nov 2002 19:29:20 +0000 (19:29 +0000)] 
Add D3D capability.

21 years ago- actually use the VertexBuffer stubs
Lionel Ulmer [Sat, 30 Nov 2002 19:27:19 +0000 (19:27 +0000)] 
- actually use the VertexBuffer stubs
- implement Lock function to prevent crash when the stubs are used

21 years agoBeginning of support for D3D7 / D3DDevice7.
Lionel Ulmer [Sat, 30 Nov 2002 19:21:42 +0000 (19:21 +0000)] 
Beginning of support for D3D7 / D3DDevice7.

21 years agoRemoved some checklink rules made unnecessary by the -z defs linker
Alexandre Julliard [Sat, 30 Nov 2002 19:19:44 +0000 (19:19 +0000)] 
Removed some checklink rules made unnecessary by the -z defs linker
flag.

21 years ago - some more code sharing between D3DDevice versions
Lionel Ulmer [Sat, 30 Nov 2002 19:19:00 +0000 (19:19 +0000)] 
 - some more code sharing between D3DDevice versions
 - implementation of D3DFVF_TLVERTEX format fast path

21 years agoAdd a way to tell msvcrt to define wchar_t.
Dimitrie O. Paun [Sat, 30 Nov 2002 19:14:23 +0000 (19:14 +0000)] 
Add a way to tell msvcrt to define wchar_t.

21 years ago - fixed D3DFVF_VERTEX case
Lionel Ulmer [Sat, 30 Nov 2002 19:12:32 +0000 (19:12 +0000)] 
 - fixed D3DFVF_VERTEX case
 - some other miscellaneous fixes

21 years agoChange CRLF end of lines in LF only.
Vincent Béron [Sat, 30 Nov 2002 19:07:29 +0000 (19:07 +0000)] 
Change CRLF end of lines in LF only.

21 years ago - start of support for device locking / unlocking via glReadPixels /
Lionel Ulmer [Sat, 30 Nov 2002 19:06:52 +0000 (19:06 +0000)] 
 - start of support for device locking / unlocking via glReadPixels /
   glDrawPixels interface (slow but should be enough for a start)
 - implement one vertex case for the D3D3/7 DrawPrimitive functions
 - fix a missing \n in a TRACE call

21 years agoSome fixes to Belarusian locale.
Hleb Valoska [Sat, 30 Nov 2002 19:05:59 +0000 (19:05 +0000)] 
Some fixes to Belarusian locale.

21 years ago- Fixed bug caused by changes to Wine.
Patrik Stridvall [Sat, 30 Nov 2002 19:03:51 +0000 (19:03 +0000)] 
- Fixed bug caused by changes to Wine.
- Added support for running all the tests in batch.

21 years ago{Get,Set}ThreadPriorityBoost and SetThreadIdealProcessor are missing
Francois Gouget [Sat, 30 Nov 2002 19:03:19 +0000 (19:03 +0000)] 
{Get,Set}ThreadPriorityBoost and SetThreadIdealProcessor are missing
on Win95 -> use GetProcAddress.
Cleanup the handling of OpenThread.
Check SuspendThread after a thread terminates (needed by Ipix).
Remove unnecessary version checks (check for
ERROR_CALL_NOT_IMPLEMENTED and similar instead).
Cleanup casts, signed/unsigned comparisons.

21 years agoGetDiskFreeSpace(all NULLs) crashes on NT4 -> removed.
Francois Gouget [Sat, 30 Nov 2002 19:02:53 +0000 (19:02 +0000)] 
GetDiskFreeSpace(all NULLs) crashes on NT4 -> removed.
GetDiskFreeSpace("." | "..") fails on Win98 and NT4 but succeeds on XP
-> removed.
Skip the GetDiskFreeSpace tests on floppy drives because NT pops up a
MessageBox if no floppy is present.
Fix the error code checks to take into account the differences between
Win9x, NT4 and XP.
Skip the unicode tests if the first call returns
ERROR_CALL_NOT_IMPLEMENTED.
Whenever a test fails, print sufficient information (typically return
code and GetLastError()!) to let the developer figure out what is
wrong.

21 years agoSetEnvironmentVariableA(NULL, NULL) crashes on Win98 -> removed.
Francois Gouget [Sat, 30 Nov 2002 19:02:22 +0000 (19:02 +0000)] 
SetEnvironmentVariableA(NULL, NULL) crashes on Win98 -> removed.
SetEnvironmentVariableA("", value) crashes on NT4 -> removed.
The behavior of SetEnvironmentVariableA("", "") varies to much ->
removed.
Test the behavior of SetEnvironmentVariable{A,W}(name, "") taking into
account the differences between Win9x and NT.
Test the behavior of GetEnvironmentVariable{A,W}(name, buf, 0).
Fix the error code checks to take into account the differences between
Win9x, NT4 and XP.
Skip the unicode tests if the first call returns
ERROR_CALL_NOT_IMPLEMENTED.
Whenever a test fails, print sufficient information (typically return
code and GetLastError()!) to let the developer figure out what is
wrong.

21 years agoAdded stub implementation with correct prototypes for
Rolf Kalbermatter [Sat, 30 Nov 2002 02:22:24 +0000 (02:22 +0000)] 
Added stub implementation with correct prototypes for
ExtractAssociatedIconExA/W.

21 years agoMake wcmd available from inside the source tree.
Uwe Bonnes [Sat, 30 Nov 2002 02:21:04 +0000 (02:21 +0000)] 
Make wcmd available from inside the source tree.

21 years agoImplemented GetRenderTarget.
Lionel Ulmer [Sat, 30 Nov 2002 02:20:31 +0000 (02:20 +0000)] 
Implemented GetRenderTarget.

21 years agoAdded enumeration of ZBuffer format.
Lionel Ulmer [Sat, 30 Nov 2002 02:20:11 +0000 (02:20 +0000)] 
Added enumeration of ZBuffer format.

21 years agoUpdate the debugger documentation for current usage.
Tony Lambregts [Sat, 30 Nov 2002 01:57:19 +0000 (01:57 +0000)] 
Update the debugger documentation for current usage.

21 years agoPartially implemented kernel/user times in GetThreadTimes (based on a
Alexandre Julliard [Sat, 30 Nov 2002 01:56:56 +0000 (01:56 +0000)] 
Partially implemented kernel/user times in GetThreadTimes (based on a
patch by Ryan Cumming).

21 years agoImplement wglCreateLayerContext for layer 0.
Lionel Ulmer [Sat, 30 Nov 2002 01:55:59 +0000 (01:55 +0000)] 
Implement wglCreateLayerContext for layer 0.

21 years agoDo not forget to AddRef the returned Direct3D interface.
Lionel Ulmer [Sat, 30 Nov 2002 01:53:44 +0000 (01:53 +0000)] 
Do not forget to AddRef the returned Direct3D interface.

21 years agoAdd DDCAPS2_CANRENDERWINDOWED capabilities to our DDraw driver.
Lionel Ulmer [Sat, 30 Nov 2002 01:53:13 +0000 (01:53 +0000)] 
Add DDCAPS2_CANRENDERWINDOWED capabilities to our DDraw driver.

21 years agoAdded declaration for SignalObjectAndWait.
Francois Gouget [Sat, 30 Nov 2002 01:52:54 +0000 (01:52 +0000)] 
Added declaration for SignalObjectAndWait.

21 years agoAdded constants for _set_error_mode().
Francois Gouget [Sat, 30 Nov 2002 01:52:30 +0000 (01:52 +0000)] 
Added constants for _set_error_mode().

21 years agoFixed 32 bit flag in midiOutShortMsg.
Jeff Smith [Sat, 30 Nov 2002 01:51:56 +0000 (01:51 +0000)] 
Fixed 32 bit flag in midiOutShortMsg.

21 years agoReplace LPDDSURFACEDESC by LPDDSURFACEDESC2 in IDirectDrawSurface4
Christian Costa [Sat, 30 Nov 2002 01:51:21 +0000 (01:51 +0000)] 
Replace LPDDSURFACEDESC by LPDDSURFACEDESC2 in IDirectDrawSurface4
methods declaration.

21 years agoFixed text mode value.
Andreas Mohr [Sat, 30 Nov 2002 01:50:55 +0000 (01:50 +0000)] 
Fixed text mode value.

21 years agoAdd the 48 and 96kHz WAVE_FORMAT constants.
Francois Gouget [Sat, 30 Nov 2002 01:50:06 +0000 (01:50 +0000)] 
Add the 48 and 96kHz WAVE_FORMAT constants.

21 years agoHandle encapsulated unions in a cleaner (and less buggy) way. Emit the
Ove Kaaven [Sat, 30 Nov 2002 01:49:46 +0000 (01:49 +0000)] 
Handle encapsulated unions in a cleaner (and less buggy) way. Emit the
names "DUMMYUNIONNAME" and "DUMMYSTRUCTNAME" for anonymous unions and
structs. Support const and extern definitions. Retain tokens (and
whether numbers are hex or not) used for computing constant
expressions, so that the full expression can be written to the header
file instead of the computed integer result of the expression. Parse
the sizeof() operator.  Compute and remember constant definitions and
enum values so they can be used in expressions. Improved identifier
lookup speed. Fixed some bugs.

21 years agoAdded missing union names for some encapsulated unions.
Ove Kaaven [Sat, 30 Nov 2002 01:49:20 +0000 (01:49 +0000)] 
Added missing union names for some encapsulated unions.

21 years ago- fix caps filling to be more in line with what we support
Lionel Ulmer [Sat, 30 Nov 2002 01:49:08 +0000 (01:49 +0000)] 
- fix caps filling to be more in line with what we support
- optimize a little bit the DrawPrimitive function

21 years agoFixed some problems with asynchronous file IO.
Martin Wilck [Sat, 30 Nov 2002 01:48:32 +0000 (01:48 +0000)] 
Fixed some problems with asynchronous file IO.

21 years ago - fix texture snooping (plus adds snoop for 1555 format)
Lionel Ulmer [Wed, 27 Nov 2002 21:38:28 +0000 (21:38 +0000)] 
 - fix texture snooping (plus adds snoop for 1555 format)
 - add texture memory usage tracking

21 years agoProvide stubs for DnsHostnameToComputerNameA/W.
Steve Lustbader [Wed, 27 Nov 2002 21:38:06 +0000 (21:38 +0000)] 
Provide stubs for DnsHostnameToComputerNameA/W.

21 years agoAdded definitions for a couple of stub functions that we import so
Alexandre Julliard [Wed, 27 Nov 2002 20:25:12 +0000 (20:25 +0000)] 
Added definitions for a couple of stub functions that we import so
that we don't import stubs directly.

21 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Wed, 27 Nov 2002 20:21:24 +0000 (20:21 +0000)] 
Fixed some issues found by winapi_check.

21 years agoMoved handlers for int25 and int26 to winedos.
Jukka Heinonen [Wed, 27 Nov 2002 20:18:50 +0000 (20:18 +0000)] 
Moved handlers for int25 and int26 to winedos.

21 years agoEnumFont16 should enumerate gdi fonts too.
Huw D M Davies [Wed, 27 Nov 2002 20:16:36 +0000 (20:16 +0000)] 
EnumFont16 should enumerate gdi fonts too.

21 years ago- Typesafe parameters from TREEVIEW_NotifyFormat.
Dimitrie O. Paun [Wed, 27 Nov 2002 20:15:49 +0000 (20:15 +0000)] 
- Typesafe parameters from TREEVIEW_NotifyFormat.
- Rewrite TREEVIEW_NotifyFormat.
- Fix several invocations of TREEVIEW_SendTreeviewNotify.