The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: UtillMasm on December 08, 2009, 07:31:22 AM

Title: inc2l.exe no warning when no 20h ansi character
Post by: UtillMasm on December 08, 2009, 07:31:22 AM
 :wink
lib is right

;...
ifndef USER32_INC
  USER32_INC equ <1>
  ifndef _wininc_
   wsprintfA PROTO c :vararg
;...

lib is garbage

;...
ifndef USER32_INC
  USER32_INC equ <1>
  ifndef _wininc_
   wsprintfA PROTO c:vararg
;...

:dance:
Title: Re: inc2l.exe no warning when no 20h ansi character
Post by: dedndave on December 08, 2009, 02:31:27 PM
lol - nice find UtillMasm   :U