INFO: WIN31COMPAT Flag Allows Compatible Win3.1, Win95 VxDsID: Q169582
|
By using the WIN31COMPAT flag, you can build a VxD that is binary compatible between Windows 3.1 and Windows 95. A number of DDK header files check for this flag because certain functionality is new for Windows 95 and would not work under Windows 3.1.
You can define this flag in your header file:
#define WIN31COMPAT
AFLAGS = -coff -DBLD_COFF -DIS_32 -W2 -c -Cx -Zm -DMASM6 $(DDEBUG)
Keywords : NTDDKVDD
Version : 4.0
Platform : WINDOWS
Issue type :
Last Reviewed: March 4, 1999