mmsystem16.h incorrect? SEGPTR vs. LPSTR

Alexandre Julliard julliard at winehq.org
Mon May 23 08:14:29 CDT 2011


<Joerg-Cyril.Hoehle at t-systems.com> writes:

> I'd be pleased if somebody could grab out an old SDK and have a look
> at the includes or otherwise shed light on this issue.

You won't find anything in the SDK. SEGPTR is a Wine invention to help
distinguish pointers that have already been converted. The SDK uses
LPSTR etc. throughout, but these are obviously all segmented pointers in
16-bit code.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list