windows-nt/Source/XPSP1/NT/multimedia/media/mplayer2/port1632.txt
2020-09-26 16:20:57 +08:00

23 lines
457 B
Plaintext

Notes on how to maintain 16/32 bit single source code.
We use the macros (message crackers etc) in port1632.h - which means:
In the 16 bit environment
The header files
port1632.h
ptypes16.h
pwin16.h
plan16.h
must all be visible and WIN16 must be defined.
In the 32 bit environment
The header files
port1632.h
ptypes32.h
pcrt32.h
pwin32.h
plan16.h
must all be visible and WIN32 must be defined.