wine
21 years agoSpecify existing extra size of WINEPS Devmode structure.
Marcus Meissner [Mon, 4 Nov 2002 22:37:57 +0000 (22:37 +0000)] 
Specify existing extra size of WINEPS Devmode structure.
Make ExtDeviceMode16 in WINEPS return the correct size.

21 years agoSkip the allocation of a new console on "wcmd /c <command>" execution,
Jaco Greeff [Mon, 4 Nov 2002 22:36:07 +0000 (22:36 +0000)] 
Skip the allocation of a new console on "wcmd /c <command>" execution,
using the current allocated STDIN and STDOUT handles for command
input/output.

21 years agoIgnore VCPI installation checks. Handle XMS query any extended memory
Jukka Heinonen [Mon, 4 Nov 2002 22:35:36 +0000 (22:35 +0000)] 
Ignore VCPI installation checks. Handle XMS query any extended memory
function. Add stubs for get/set exception handler vector.

21 years agoWhen returning from 32-bit default interrupt handlers, eflags are now
Jukka Heinonen [Mon, 4 Nov 2002 22:35:15 +0000 (22:35 +0000)] 
When returning from 32-bit default interrupt handlers, eflags are now
returned correctly.

21 years agoAdditional exported capabilities to please some picky games.
Lionel Ulmer [Mon, 4 Nov 2002 22:34:25 +0000 (22:34 +0000)] 
Additional exported capabilities to please some picky games.

21 years ago- only compare the first WORD in the DDSCAPS2 structure if no DX7
Lionel Ulmer [Mon, 4 Nov 2002 22:34:11 +0000 (22:34 +0000)] 
- only compare the first WORD in the DDSCAPS2 structure if no DX7
- add some TRACEs

21 years agoAugment the DDSCAPS2 dumping routine with new caps.
Lionel Ulmer [Mon, 4 Nov 2002 22:33:53 +0000 (22:33 +0000)] 
Augment the DDSCAPS2 dumping routine with new caps.

21 years agoRelease 20021031. wine-20021031
Alexandre Julliard [Fri, 1 Nov 2002 02:30:46 +0000 (02:30 +0000)] 
Release 20021031.

21 years agoAdded clobber lists to the inline assembly functions.
Alexandre Julliard [Fri, 1 Nov 2002 01:50:51 +0000 (01:50 +0000)] 
Added clobber lists to the inline assembly functions.

21 years agoFixed some handle conversions for -DSTRICT.
Matthew Davison [Fri, 1 Nov 2002 01:50:06 +0000 (01:50 +0000)] 
Fixed some handle conversions for -DSTRICT.

21 years agoFix some problems found by winapi_check.
Greg Turner [Fri, 1 Nov 2002 01:47:43 +0000 (01:47 +0000)] 
Fix some problems found by winapi_check.

21 years agoFix stupid clone of broken macro, found by Marcus.
Greg Turner [Fri, 1 Nov 2002 01:47:04 +0000 (01:47 +0000)] 
Fix stupid clone of broken macro, found by Marcus.

21 years agoSome RPC format characters from MS documentation.
Ove Kaaven [Fri, 1 Nov 2002 01:46:23 +0000 (01:46 +0000)] 
Some RPC format characters from MS documentation.

21 years agoRemove quotes from filename before calling LoadLibrary in DoLaunch.
Stefan Leichter [Fri, 1 Nov 2002 01:46:02 +0000 (01:46 +0000)] 
Remove quotes from filename before calling LoadLibrary in DoLaunch.

21 years ago- Fixed typo in SHGetFileInfoA.
Alberto Massari [Fri, 1 Nov 2002 01:45:37 +0000 (01:45 +0000)] 
- Fixed typo in SHGetFileInfoA.
- Properly convert return values back to Unicode in SHGetFileInfoW.

21 years agoRemove #ifdef WINNT conditionals; just use the NT definitions.
Greg Turner [Thu, 31 Oct 2002 23:36:07 +0000 (23:36 +0000)] 
Remove #ifdef WINNT conditionals; just use the NT definitions.

21 years ago- Use appropriate per-platform NDR_LOCAL Data Representation.
Greg Turner [Thu, 31 Oct 2002 23:35:46 +0000 (23:35 +0000)] 
- Use appropriate per-platform NDR_LOCAL Data Representation.
- Minor housekeeping changes.

21 years agoEscape \ in path and arguments.
Marcus Meissner [Thu, 31 Oct 2002 23:35:20 +0000 (23:35 +0000)] 
Escape \ in path and arguments.
Use UNIX style work_dir, not windows dir.

21 years agoUpdated Slovenian resources for (new) version of progman.
Rok Mandeljc [Thu, 31 Oct 2002 22:46:12 +0000 (22:46 +0000)] 
Updated Slovenian resources for (new) version of progman.

21 years ago- Fix offset bug in the conformant string unmarshall routine.
Greg Turner [Thu, 31 Oct 2002 22:45:12 +0000 (22:45 +0000)] 
- Fix offset bug in the conformant string unmarshall routine.
- Fix discrepancy between headers and implementation of
  I_RpcBindingSetAsync when compiling under WINNT.
- Eliminate race conditions in the relationship between "listen_count"
  and "std_listen" in rpc_server.h.
- Code-stubs for RpcServerUnregisterIf, RpcServerUnregisterIfEx.
- Attempt to implement RpcMgmtStopServerListening (definitely not
  happy just yet).
- RpcServerUnregisterIfEx wasn't xp-sepcific after all; this leads me to
  suspect there are more such mistakes in the spec-file comments, but I
  haven't looked into it or fixed them yet (coming soon).
- Cleanups, trace-enhancements, etc.

21 years agoWork around to make system-global hooks at least run in the thread
Alexandre Julliard [Thu, 31 Oct 2002 22:07:29 +0000 (22:07 +0000)] 
Work around to make system-global hooks at least run in the thread
that set them.

21 years agoSplit out some more 16-bit code.
Alexandre Julliard [Thu, 31 Oct 2002 22:06:53 +0000 (22:06 +0000)] 
Split out some more 16-bit code.

21 years ago_seh_longjmp_unwind is i386 only for now.
Marcus Meissner [Thu, 31 Oct 2002 22:04:53 +0000 (22:04 +0000)] 
_seh_longjmp_unwind is i386 only for now.

21 years ago- Cast NDR_* #defines to (unsigned long) instead of (UINT32) like MS
Greg Turner [Thu, 31 Oct 2002 22:04:33 +0000 (22:04 +0000)] 
- Cast NDR_* #defines to (unsigned long) instead of (UINT32) like MS
  headers.
- Create __RPC_MAC__ and __RPC_WIN64__ conditional #defines.
- Correct NDR_LOCAL_DATA_REPRESENTATION for Mac's.
- New NDR_LOCAL_IS_BIG_ENDIAN conditional #define.
- #define TARGET_IS_NT50_OR_LATER.

21 years agoRename the *_32_READ macros to *_UINT32_READ for clarity.
Greg Turner [Thu, 31 Oct 2002 22:04:08 +0000 (22:04 +0000)] 
Rename the *_32_READ macros to *_UINT32_READ for clarity.

21 years agoFix English progman resources by translating French bits.
Vincent Béron [Thu, 31 Oct 2002 22:03:41 +0000 (22:03 +0000)] 
Fix English progman resources by translating French bits.

21 years agoSmall cleanup for the French progman resources.
Vincent Béron [Thu, 31 Oct 2002 22:03:20 +0000 (22:03 +0000)] 
Small cleanup for the French progman resources.

21 years agolParam was not properly sent in COMBOEX_DrawItem.
Carlos Lozano [Thu, 31 Oct 2002 22:02:47 +0000 (22:02 +0000)] 
lParam was not properly sent in COMBOEX_DrawItem.

21 years agoAppend columns with large column indices.
Dimitrie O. Paun [Thu, 31 Oct 2002 22:01:33 +0000 (22:01 +0000)] 
Append columns with large column indices.

21 years agoMingw porting fix.
Steven Edwards [Thu, 31 Oct 2002 03:41:56 +0000 (03:41 +0000)] 
Mingw porting fix.

21 years agoPrevent crashes when DOS program tries to access console and no
Jukka Heinonen [Thu, 31 Oct 2002 03:41:20 +0000 (03:41 +0000)] 
Prevent crashes when DOS program tries to access console and no
Windows console is available.

21 years agoConverted x11drv to -DSTRICT.
Alexandre Julliard [Thu, 31 Oct 2002 02:38:20 +0000 (02:38 +0000)] 
Converted x11drv to -DSTRICT.

21 years agoMoved 16-bit definitions out of mmddk.h into mmsystem16.h.
Alexandre Julliard [Thu, 31 Oct 2002 02:23:43 +0000 (02:23 +0000)] 
Moved 16-bit definitions out of mmddk.h into mmsystem16.h.

21 years agoFixed a number of -DSTRICT warnings.
Alexandre Julliard [Thu, 31 Oct 2002 02:12:18 +0000 (02:12 +0000)] 
Fixed a number of -DSTRICT warnings.

21 years agoAdded support for nested exceptions happening inside a catch block.
Alexandre Julliard [Thu, 31 Oct 2002 02:10:15 +0000 (02:10 +0000)] 
Added support for nested exceptions happening inside a catch block.

21 years agoMSGBOX_DlgProc: break out of WM_COMMAND.
Uwe Bonnes [Thu, 31 Oct 2002 01:15:18 +0000 (01:15 +0000)] 
MSGBOX_DlgProc: break out of WM_COMMAND.

21 years agoFix some types and function prototypes according to Platform SDK
Dmitry Timoshkov [Thu, 31 Oct 2002 01:04:39 +0000 (01:04 +0000)] 
Fix some types and function prototypes according to Platform SDK
definitions.

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.