[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Tue Sep 3 09:38:37 CEST 2013
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 13/09/03 09:38:37
Modified files:
cm3/m3-libs/m3core/src/win32/: WinDef.i3
Log message:
add:
UINT_PTR = SIZE_T
ULONG_PTR = SIZE_T
INT_PTR = SSIZE_T
LONG_PTR = SSIZE_T
That is, UINT, ULONG, INT, LONG, but pointer sized, so UINT64, INT64
on Win64.
Note that in C++, "int" and "long" mangle differently, so you
can't blindly change one to the other, in function signatures.
More information about the M3commit
mailing list