wine/ include/winbase.h dlls/kernel/tests/alloc.c

Alexandre Julliard julliard at wine.codeweavers.com
Wed Dec 18 19:03:48 CST 2002


ChangeSet ID:	6727
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2002/12/18 19:03:48

Modified files:
	include        : winbase.h 
	dlls/kernel/tests: alloc.c 

Log message:
	Francois Gouget <fgouget at free.fr>
	Declare LocalDiscard and GlobalDiscard (used by kernel/tests/alloc.c)
	Remove the DISCARD_DEFINED #ifdefs.
	Remove another double HeapFree (caused an assert when run on NT4),
	and a HeapSize on a freed heap (the test failed on Win9x).
	Fix the LocalLock/LocalUnlock tests (the memory must be allocated
	with LMEM_MOVEABLE otherwise the tests don't make sense).
	Remove many unnecessary casts.
	Improved error reporting somewhat.

Patch: http://cvs.winehq.com/patch.py?id=6727

Old revision  New revision  Changes     Path
 1.174         1.175         +6 -0       wine/include/winbase.h
 1.6           1.7           +38 -65     wine/dlls/kernel/tests/alloc.c




More information about the wine-cvs mailing list