wine
21 years agowinmm/mmsystem now compiles with -DSTRICT.
Eric Pouech [Thu, 31 Oct 2002 01:02:41 +0000 (01:02 +0000)] 
winmm/mmsystem now compiles with -DSTRICT.

21 years agoFix some treeview notification codes between ANSI/Unicode mode.
Dimitrie O. Paun [Thu, 31 Oct 2002 00:54:53 +0000 (00:54 +0000)] 
Fix some treeview notification codes between ANSI/Unicode mode.

21 years agoReturn correct values for wave(In|Out)GetPosition even if playing non
Eric Pouech [Thu, 31 Oct 2002 00:54:27 +0000 (00:54 +0000)] 
Return correct values for wave(In|Out)GetPosition even if playing non
PCM files.

21 years agoSplit between 16 / 32 bit code.
Eric Pouech [Thu, 31 Oct 2002 00:53:57 +0000 (00:53 +0000)] 
Split between 16 / 32 bit code.

21 years agoAdded winedos16.spec.c.
Alexandre Julliard [Wed, 30 Oct 2002 23:53:49 +0000 (23:53 +0000)] 
Added winedos16.spec.c.

21 years agoFirst version of msvcrt scanf test.
Uwe Bonnes [Wed, 30 Oct 2002 23:49:03 +0000 (23:49 +0000)] 
First version of msvcrt scanf test.

21 years agoSome more fixes for compiling the user dll with -DSTRICT.
Michael Stefaniuc [Wed, 30 Oct 2002 23:45:38 +0000 (23:45 +0000)] 
Some more fixes for compiling the user dll with -DSTRICT.

21 years agoAdd winedos16.dll which contains 16-bit protected mode interrupt entry
Jukka Heinonen [Wed, 30 Oct 2002 23:40:13 +0000 (23:40 +0000)] 
Add winedos16.dll which contains 16-bit protected mode interrupt entry
points.

21 years agoFixed SHGFI_SYSICONINDEX flag handling.
Carlos Lozano [Wed, 30 Oct 2002 23:39:32 +0000 (23:39 +0000)] 
Fixed SHGFI_SYSICONINDEX flag handling.

21 years agoMoved the test routines from wtmain.c into wine/test.h so that they
Alexandre Julliard [Wed, 30 Oct 2002 20:36:21 +0000 (20:36 +0000)] 
Moved the test routines from wtmain.c into wine/test.h so that they
can be compiled separately with different flags for each dll.

21 years agoFixed LITTLE_ENDIAN_32_READ macro to at least compile.
Marcus Meissner [Wed, 30 Oct 2002 20:26:51 +0000 (20:26 +0000)] 
Fixed LITTLE_ENDIAN_32_READ macro to at least compile.

21 years ago- Define SOCKET as UINT_PTR for Win64 (thanks to P. Stridvall).
Martin Wilck [Wed, 30 Oct 2002 20:26:32 +0000 (20:26 +0000)] 
- Define SOCKET as UINT_PTR for Win64 (thanks to P. Stridvall).
- Make winsock compile without WINE_NO_STRICT.

21 years agoPowerpc instruction pointer is Iar, not Eip.
Marcus Meissner [Wed, 30 Oct 2002 20:25:55 +0000 (20:25 +0000)] 
Powerpc instruction pointer is Iar, not Eip.

21 years agowavemap now compiles with -DSTRICT.
Eric Pouech [Wed, 30 Oct 2002 20:25:38 +0000 (20:25 +0000)] 
wavemap now compiles with -DSTRICT.

21 years agoRemoved no longer needed support for patching the debugger path in the
Alexandre Julliard [Tue, 29 Oct 2002 23:27:37 +0000 (23:27 +0000)] 
Removed no longer needed support for patching the debugger path in the
registry.

21 years agoOnly run the 32-bit checklink for dlls that contain 16-bit files.
Alexandre Julliard [Tue, 29 Oct 2002 23:14:11 +0000 (23:14 +0000)] 
Only run the 32-bit checklink for dlls that contain 16-bit files.

21 years ago- added troubleshooting section to Wine Users Guide (taken from Wine
Andreas Mohr [Tue, 29 Oct 2002 23:13:01 +0000 (23:13 +0000)] 
- added troubleshooting section to Wine Users Guide (taken from Wine
  Troubleshooting Guide)
- documented Windows/DOS version values (grrr !)
- misc. other stuff

21 years agoModify winedos interrupt handlers so that they work with PM
Jukka Heinonen [Tue, 29 Oct 2002 23:09:30 +0000 (23:09 +0000)] 
Modify winedos interrupt handlers so that they work with PM
interrupts.
Add forwarding functions for handlers in other DLLs.
Make DOSVM_GetBuiltinHandler use static table instead of
GetProcAddress.

21 years agoFix for listview wheelmouse message handling.
Rein Klazes [Tue, 29 Oct 2002 23:08:33 +0000 (23:08 +0000)] 
Fix for listview wheelmouse message handling.

21 years agoAdded {ok,trace}_ macros to take explicit file and line number.
Patrik Stridvall [Tue, 29 Oct 2002 23:07:58 +0000 (23:07 +0000)] 
Added {ok,trace}_ macros to take explicit file and line number.

21 years ago- more comments and comment-cleanup
Greg Turner [Tue, 29 Oct 2002 23:07:33 +0000 (23:07 +0000)] 
- more comments and comment-cleanup
- attempt to implement NdrConformantStringMemorySize
- fix NdrConformantStringUnMarshall
- w00t!

21 years agoMoved 16 bit joystick function to mmsystem.c.
Eric Pouech [Tue, 29 Oct 2002 22:02:57 +0000 (22:02 +0000)] 
Moved 16 bit joystick function to mmsystem.c.

21 years ago- internal renaming (no longer using MMSYSTEM prefixes for WINMM only
Eric Pouech [Tue, 29 Oct 2002 22:02:00 +0000 (22:02 +0000)] 
- internal renaming (no longer using MMSYSTEM prefixes for WINMM only
  functions)
- moved time 16/32 conversions functions to 16 bit source files
- final Makefile changes (16 bit part can now really be not compiled
  when -disable-win16 is requested)

21 years ago- let all time related functions make use of low level drivers 16 bit
Eric Pouech [Tue, 29 Oct 2002 21:59:24 +0000 (21:59 +0000)] 
- let all time related functions make use of low level drivers 16 bit
  functions
- some renaming (prefixing internal time functions with TIME)

21 years agoAll low level driver functions (internals for wave, midi, mixer and
Eric Pouech [Tue, 29 Oct 2002 21:55:25 +0000 (21:55 +0000)] 
All low level driver functions (internals for wave, midi, mixer and
aux) are now cleanly separated.

21 years agoAll MCI functions are now cleanly separated.
Eric Pouech [Tue, 29 Oct 2002 21:53:44 +0000 (21:53 +0000)] 
All MCI functions are now cleanly separated.

21 years agoAll driver functions are now properly separated.
Eric Pouech [Tue, 29 Oct 2002 21:51:24 +0000 (21:51 +0000)] 
All driver functions are now properly separated.

21 years ago- revisited mmsystem/winmm loading mechanism
Eric Pouech [Tue, 29 Oct 2002 21:49:35 +0000 (21:49 +0000)] 
- revisited mmsystem/winmm loading mechanism
- added WINMM_CheckMMSystem function (helps 32 bit code detect
  presence of our own mmsystem DLL)
- some internal renaming (MULTIMEDIA => WINMM)

21 years agoNow only storing thread id for mci tasks (16 bit htask is now gotten
Eric Pouech [Tue, 29 Oct 2002 21:44:23 +0000 (21:44 +0000)] 
Now only storing thread id for mci tasks (16 bit htask is now gotten
from WOW functions).

21 years agoFixed ShowWindowAsync.
Alexandre Julliard [Tue, 29 Oct 2002 21:33:00 +0000 (21:33 +0000)] 
Fixed ShowWindowAsync.

21 years agoRemoved a couple of no longer used queue functions.
Alexandre Julliard [Tue, 29 Oct 2002 21:32:37 +0000 (21:32 +0000)] 
Removed a couple of no longer used queue functions.

21 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Tue, 29 Oct 2002 21:31:26 +0000 (21:31 +0000)] 
Fixed some issues found by winapi_check.

21 years agoAPI file update.
Patrik Stridvall [Tue, 29 Oct 2002 21:30:32 +0000 (21:30 +0000)] 
API file update.

21 years agoSeparate out 16-bit ShellExecute function.
György 'Nog' Jeney [Tue, 29 Oct 2002 21:30:01 +0000 (21:30 +0000)] 
Separate out 16-bit ShellExecute function.

21 years agoFixed font object leak in WM_SETFONT handler.
Sander van Leeuwen [Tue, 29 Oct 2002 21:28:37 +0000 (21:28 +0000)] 
Fixed font object leak in WM_SETFONT handler.

21 years agoCorrections to the Spanish keyboard layout.
Jeff Smith [Tue, 29 Oct 2002 21:28:12 +0000 (21:28 +0000)] 
Corrections to the Spanish keyboard layout.

21 years agoAdded WSASendDisconnect.
Hagen Heiduck [Tue, 29 Oct 2002 21:27:20 +0000 (21:27 +0000)] 
Added WSASendDisconnect.

21 years agoAdded some defines for compatibility with Windows headers.
Patrik Stridvall [Tue, 29 Oct 2002 21:26:42 +0000 (21:26 +0000)] 
Added some defines for compatibility with Windows headers.

21 years agoSilence unneeded ERR while converting tasks.
Eric Pouech [Tue, 29 Oct 2002 21:26:23 +0000 (21:26 +0000)] 
Silence unneeded ERR while converting tasks.

21 years ago- finish mmio separation
Eric Pouech [Tue, 29 Oct 2002 21:26:00 +0000 (21:26 +0000)] 
- finish mmio separation
- no longer storing function pointers in global IData

21 years agoSend the right notification code (A/W) depending on the Unicode
Dimitrie O. Paun [Tue, 29 Oct 2002 21:25:35 +0000 (21:25 +0000)] 
Send the right notification code (A/W) depending on the Unicode
setting.

21 years agoAdd new options --wine and --winetest so workspace and project files
Patrik Stridvall [Tue, 29 Oct 2002 21:25:09 +0000 (21:25 +0000)] 
Add new options --wine and --winetest so workspace and project files
for Wine and Winetest might be generated independently.

21 years agoFixed tests to compile with MS C on Windows.
Patrik Stridvall [Tue, 29 Oct 2002 21:24:35 +0000 (21:24 +0000)] 
Fixed tests to compile with MS C on Windows.

21 years agoUpdated the generated tests.
Patrik Stridvall [Tue, 29 Oct 2002 21:24:09 +0000 (21:24 +0000)] 
Updated the generated tests.

21 years agoAdded support for excluding optional fields.
Patrik Stridvall [Tue, 29 Oct 2002 21:23:44 +0000 (21:23 +0000)] 
Added support for excluding optional fields.

21 years agoFixed mismatches between the Wine headers and the Microsoft headers.
Patrik Stridvall [Tue, 29 Oct 2002 21:23:33 +0000 (21:23 +0000)] 
Fixed mismatches between the Wine headers and the Microsoft headers.

21 years agoMade the reporting for the (current) unsupported flags in GenInstall16
Jaco Greeff [Tue, 29 Oct 2002 21:23:04 +0000 (21:23 +0000)] 
Made the reporting for the (current) unsupported flags in GenInstall16
more user-friendly, i.e. report per missing flag instead of DWORD value.

21 years agoRewrote hook support to store the hook chain in the server.
Alexandre Julliard [Tue, 29 Oct 2002 00:41:42 +0000 (00:41 +0000)] 
Rewrote hook support to store the hook chain in the server.
Split off 16-bit hook functions and re-implemented them on top of the
32-bit ones; system-wide 16-bit hooks are no longer supported at this
point.

21 years agoRaise an exception if any Wine or Winelib code does an assert.
Lionel Ulmer [Mon, 28 Oct 2002 23:56:58 +0000 (23:56 +0000)] 
Raise an exception if any Wine or Winelib code does an assert.

21 years agoPorting fix.
Steven Edwards [Mon, 28 Oct 2002 23:54:08 +0000 (23:54 +0000)] 
Porting fix.

21 years ago- Pull the buffer from the rpc message into the midl stub message
Greg Turner [Mon, 28 Oct 2002 23:53:23 +0000 (23:53 +0000)] 
- Pull the buffer from the rpc message into the midl stub message
  during RpcServerInitializeNew.
- Attempt to implement NdrConformantStringUnmarshall.
- More assertions.
- Comments and cleanups.

21 years agoAdd a bunch of stubs, all of which I presume to be WXP additions.
Greg Turner [Mon, 28 Oct 2002 23:52:42 +0000 (23:52 +0000)] 
Add a bunch of stubs, all of which I presume to be WXP additions.

21 years ago- Make int09 update the BIOS data segment's keyboard status flags
Andreas Mohr [Mon, 28 Oct 2002 23:51:27 +0000 (23:51 +0000)] 
- Make int09 update the BIOS data segment's keyboard status flags
  bytes, implement pause key handling.
- Let int16/02 read the keyboard status flags bytes instead of calling
  GetAsyncKeyState().
- Make the keyboard state buffer used for Get*Key*() reflect
  VK_L/RMENU properly.
- Small fixes.

21 years agoset_main_item: ignore meaningless bits in stateMask for LVS_OWNERDATA
Alexandre Julliard [Mon, 28 Oct 2002 21:21:42 +0000 (21:21 +0000)] 
set_main_item: ignore meaningless bits in stateMask for LVS_OWNERDATA
instead of failing.

21 years agoSeparate out 16-bit registry functions.
György 'Nog' Jeney [Mon, 28 Oct 2002 21:15:19 +0000 (21:15 +0000)] 
Separate out 16-bit registry functions.

21 years ago- Clean up and add some comments.
Greg Turner [Mon, 28 Oct 2002 21:14:16 +0000 (21:14 +0000)] 
- Clean up and add some comments.
- Add NDR Data representation constants.
- Propagate DataRepresentation into and out of packet headers.
- Implement NdrServerInitializeNew

21 years agoMove low level multimedia message mapping out of 32 bit code.
Eric Pouech [Mon, 28 Oct 2002 20:53:10 +0000 (20:53 +0000)] 
Move low level multimedia message mapping out of 32 bit code.

21 years agoMove MCI message mapping out of 32 bit code.
Eric Pouech [Mon, 28 Oct 2002 20:51:36 +0000 (20:51 +0000)] 
Move MCI message mapping out of 32 bit code.

21 years agoMove driver message mapping out of 32 bit code.
Eric Pouech [Mon, 28 Oct 2002 20:44:26 +0000 (20:44 +0000)] 
Move driver message mapping out of 32 bit code.

21 years agoHandle texture FVF formats when no texture is bound.
Jason Edmeades [Mon, 28 Oct 2002 20:41:23 +0000 (20:41 +0000)] 
Handle texture FVF formats when no texture is bound.

21 years ago- Distinguish between actual paranoia and meaningful buffer space.
Greg Turner [Mon, 28 Oct 2002 20:40:59 +0000 (20:40 +0000)] 
- Distinguish between actual paranoia and meaningful buffer space.
- No need to #undef BUFFER_PARANOIA here.

21 years agoWe should always have a main item in report mode.
Dimitrie O. Paun [Mon, 28 Oct 2002 20:40:21 +0000 (20:40 +0000)] 
We should always have a main item in report mode.

21 years agoProperly fill lParam in NMLISTVIEW.
Dimitrie O. Paun [Mon, 28 Oct 2002 20:38:39 +0000 (20:38 +0000)] 
Properly fill lParam in NMLISTVIEW.

21 years agoFix crash-inducing typo/thinko.
Dimitrie O. Paun [Mon, 28 Oct 2002 20:38:03 +0000 (20:38 +0000)] 
Fix crash-inducing typo/thinko.

21 years agoMark immutable objects as const. Fix inconsistent *-style.
Dimitrie O. Paun [Mon, 28 Oct 2002 20:37:28 +0000 (20:37 +0000)] 
Mark immutable objects as const. Fix inconsistent *-style.

21 years agoAdd LVHITTESTINFO debug helper. More tracing.
Dimitrie O. Paun [Mon, 28 Oct 2002 20:36:52 +0000 (20:36 +0000)] 
Add LVHITTESTINFO debug helper. More tracing.

21 years agoDespite what the docs say, we have to invalidate the list on
Dimitrie O. Paun [Mon, 28 Oct 2002 20:36:16 +0000 (20:36 +0000)] 
Despite what the docs say, we have to invalidate the list on
WM_SETREDRAW(TRUE).

21 years agoEliminate flicker when resizing, docs updates.
Dimitrie O. Paun [Mon, 28 Oct 2002 20:35:44 +0000 (20:35 +0000)] 
Eliminate flicker when resizing, docs updates.

21 years agoCleanup, and simplification of UpdateSize.
Dimitrie O. Paun [Mon, 28 Oct 2002 20:35:09 +0000 (20:35 +0000)] 
Cleanup, and simplification of UpdateSize.

21 years agoHandle focus item properly in SetItemCount.
Dimitrie O. Paun [Mon, 28 Oct 2002 20:34:34 +0000 (20:34 +0000)] 
Handle focus item properly in SetItemCount.

21 years agoRemove only the necessary selections when setting the item count.
Dimitrie O. Paun [Mon, 28 Oct 2002 20:34:00 +0000 (20:34 +0000)] 
Remove only the necessary selections when setting the item count.

21 years agoRewrite of the SetItemCount: bugs got squashed,
Dimitrie O. Paun [Mon, 28 Oct 2002 20:33:18 +0000 (20:33 +0000)] 
Rewrite of the SetItemCount: bugs got squashed,
LVSICF_{NOSCROLL,NOINVALIDATEALL} implemented.

21 years agoAdd routines for manipulating protected mode interrupt handlers to
Jukka Heinonen [Mon, 28 Oct 2002 20:12:40 +0000 (20:12 +0000)] 
Add routines for manipulating protected mode interrupt handlers to
winedos dll. Add routine for checking if process is Windows process.
Fix DOSVM_IsDos32 interface. Move real mode interrupt handler
manipulation routines to interrupts.c.

21 years agoMake GetFreeSystemResources16 print its values on TRACE.
Andreas Mohr [Mon, 28 Oct 2002 20:12:11 +0000 (20:12 +0000)] 
Make GetFreeSystemResources16 print its values on TRACE.

21 years agoSome fixes for the compilation of the user dll with -DSTRICT.
Michael Stefaniuc [Mon, 28 Oct 2002 20:11:40 +0000 (20:11 +0000)] 
Some fixes for the compilation of the user dll with -DSTRICT.

21 years agoAdd copyrects support.
Jason Edmeades [Mon, 28 Oct 2002 20:07:24 +0000 (20:07 +0000)] 
Add copyrects support.

21 years ago- Clean up and enhance some traces.
Greg Turner [Mon, 28 Oct 2002 20:07:01 +0000 (20:07 +0000)] 
- Clean up and enhance some traces.
- Stubs for NdrConvert, NdrConvert2, and NdrServerInitializeNew.

21 years agoAdd proper support for the SHCONTF_INCLUDEHIDDEN flag.
Dimitrie O. Paun [Mon, 28 Oct 2002 20:06:14 +0000 (20:06 +0000)] 
Add proper support for the SHCONTF_INCLUDEHIDDEN flag.

21 years agoMade lzexpand compile with STRICT defined.
Matthew Davison [Mon, 28 Oct 2002 20:05:55 +0000 (20:05 +0000)] 
Made lzexpand compile with STRICT defined.

21 years agoFixed mciSendString debug reporting when an error occurs (spotted by
Eric Pouech [Mon, 28 Oct 2002 20:05:25 +0000 (20:05 +0000)] 
Fixed mciSendString debug reporting when an error occurs (spotted by
Erland Lewin).

21 years agoMoved a few remaining 16-bit window functions to wnd16.c and moved it
Alexandre Julliard [Mon, 28 Oct 2002 19:04:39 +0000 (19:04 +0000)] 
Moved a few remaining 16-bit window functions to wnd16.c and moved it
to the C_SRCS16 sources.

21 years ago- Initialize the texture state information.
Jason Edmeades [Mon, 28 Oct 2002 19:00:23 +0000 (19:00 +0000)] 
- Initialize the texture state information.
- Add dummy textures so texture operations which dont reference the
  texture can work.
- Support 2d and 3d textures properly.
- Reapply the texture state information as textures get set, as opengl
  stores the state along with the bound texture whereas directx uses the
  current state information during the draw stage.
- 3rd attempt to sort out lighting, for programs which dont set normals.
- Temporarily silence some unnecessary fixmes.

21 years agolParam was not properly sent in TTM_ADDTOOLW.
Carlos [Mon, 28 Oct 2002 18:50:36 +0000 (18:50 +0000)] 
lParam was not properly sent in TTM_ADDTOOLW.

21 years agolParam was not properly sent in CBEN_GETDISPINFOW.
Carlos [Mon, 28 Oct 2002 18:50:14 +0000 (18:50 +0000)] 
lParam was not properly sent in CBEN_GETDISPINFOW.

21 years agoCopy the necessary data from the unicode struct to the ascii one in
György 'Nog' Jeney [Mon, 28 Oct 2002 18:49:52 +0000 (18:49 +0000)] 
Copy the necessary data from the unicode struct to the ascii one in
DOSFS_FindNext.

21 years ago- Implementation of [Internet|Ftp]*W functions to extend (almost)
Jaco Greeff [Mon, 28 Oct 2002 18:48:24 +0000 (18:48 +0000)] 
- Implementation of [Internet|Ftp]*W functions to extend (almost)
  non-existant wide-character support.
- Moved some functions from "stub in wininet.spec" to "FIXME("STUB")"
  to allow for testing of changes.

21 years agoFix endianness dependency in the (there is only one :) ) marshall
Greg Turner [Mon, 28 Oct 2002 18:47:41 +0000 (18:47 +0000)] 
Fix endianness dependency in the (there is only one :) ) marshall
function.

21 years agoThe function SHGetFileInfoA wasn't supporting the flag
Carlos [Mon, 28 Oct 2002 18:47:15 +0000 (18:47 +0000)] 
The function SHGetFileInfoA wasn't supporting the flag
SHGFI_USEFILEATTRIBUTES.

21 years agoAvoid X11 error during DGA detection.
Greg Turner [Fri, 25 Oct 2002 21:04:35 +0000 (21:04 +0000)] 
Avoid X11 error during DGA detection.

21 years agoCompile the kernel dll with -DSTRICT.
Michael Stefaniuc [Fri, 25 Oct 2002 21:02:30 +0000 (21:02 +0000)] 
Compile the kernel dll with -DSTRICT.

21 years ago- Use memset instead of ZeroMemory, just to be consistent with Ove's
Greg Turner [Fri, 25 Oct 2002 21:02:02 +0000 (21:02 +0000)] 
- Use memset instead of ZeroMemory, just to be consistent with Ove's
  code.
- Add some assertions where assumptions are made (need way more).
- Plug the binding handle into the RPC_MESSAGE during NdrGetBuffer.
- Implement NdrSendReceive.
- Attempt to support client and server bindings in I_RpcSend[Receive].

21 years agoDon't touch the This pointer after it has been freed.
Alberto Massari [Fri, 25 Oct 2002 21:01:29 +0000 (21:01 +0000)] 
Don't touch the This pointer after it has been freed.

21 years agoInstall the shell hook as a 32-bit hook.
Alexandre Julliard [Fri, 25 Oct 2002 19:26:46 +0000 (19:26 +0000)] 
Install the shell hook as a 32-bit hook.

21 years agoCompile the advapi32 dll with -DSTRICT.
Michael Stefaniuc [Fri, 25 Oct 2002 19:17:33 +0000 (19:17 +0000)] 
Compile the advapi32 dll with -DSTRICT.

21 years agoMade the ntdll registry functions use HKEY instead of HANDLE.
Alexandre Julliard [Fri, 25 Oct 2002 19:14:29 +0000 (19:14 +0000)] 
Made the ntdll registry functions use HKEY instead of HANDLE.

21 years ago- fix some pselling
Andreas Mohr [Fri, 25 Oct 2002 19:09:02 +0000 (19:09 +0000)] 
- fix some pselling
- enhance some TRACEs

21 years agoAdded DirectPlayLobby CLSID entries.
Sylvain Petreolle [Fri, 25 Oct 2002 19:05:19 +0000 (19:05 +0000)] 
Added DirectPlayLobby CLSID entries.

21 years ago- Make explicit some missing include dependencies.
Greg Turner [Fri, 25 Oct 2002 19:03:43 +0000 (19:03 +0000)] 
- Make explicit some missing include dependencies.
- Implement NdrGetBuffer, NdrFreeBuffer, NdrConformantStringBufferSize
  and NdrConformantStringMarshall.
- Define the RPC_FC_C_CSTRING constant.
- Perhaps I don't want those MIDL_*_FORMAT_STRING structs, after
  all. Removed.
- Add RPC todo list.
- MIDL_STUB_MESSAGE.uFlags aren't.
- Comment out the NdrClientCall2 mock-up since that stuff is in the
  process of being implemented and might cause problems.

21 years agoFix OLE_GetFormatW so that GetDateFormatW works.
Bill Medland [Fri, 25 Oct 2002 19:02:26 +0000 (19:02 +0000)] 
Fix OLE_GetFormatW so that GetDateFormatW works.
Rearranged for simplicity.

21 years agoFixed behaviour of "x /s ...".
Jeff Smith [Fri, 25 Oct 2002 19:01:32 +0000 (19:01 +0000)] 
Fixed behaviour of "x /s ...".