[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Sat Aug 31 06:03:33 CEST 2013


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	13/08/31 06:03:33

Modified files:
	cm3/m3-libs/m3core/src/win32/: WinGDI.i3 WinReg.i3 

Log message:
	fix incorrect cloned headers
	
	PFOO = UNTRACED REF PFOO
	was meant to be PFOO = UNTRACED REF FOO
	(also LPFOO)
	
	Caught by bug in C backend that recursed forever
	on such things (fixed there to make them just void*/ADDRESS)
	
	I suggest we radically trim these cloned headers and
	interface with C be done otherwise..
	
	Win32 is thankfully though free of many structs and instead
	deals a lot with pointers. Still, this entire directory
	is suspect.




More information about the M3commit mailing list