Text only
|
Text with Images
The MASM Forum Archive 2004 to 2012
Project Support Forums => MASM32 => Topic started by: GregL on October 03, 2005, 01:32:41 AM
Title:
BS_PUSHBOX
Post by:
GregL
on
October 03, 2005, 01:32:41 AM
I can't find BS_PUSHBOX defined anywhere in the MASM32 include files.
It should be:
Code
Select
Expand
BS_PUSHBOX EQU 0Ah
From PSDK WinUser.h:
Code
Select
Expand
#define BS_PUSHBOX 0x0000000AL
Title:
Re: BS_PUSHBOX
Post by:
hutch--
on
October 03, 2005, 01:46:59 AM
Thanks Geg, I have put it in the master that produces WINDOWS.INC. :U
Text only
|
Text with Images