The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: sonic on March 07, 2007, 04:14:07 PM

Title: Wincrypt.h
Post by: sonic on March 07, 2007, 04:14:07 PM
Is there any includes similar for wincrypt.h found in c++
Title: Re: Wincrypt.h
Post by: Jupiter on March 08, 2007, 01:38:47 PM
WinCrypt.inc for FASM/MASM32

[attachment deleted by admin]
Title: Re: Wincrypt.h
Post by: sonic on March 09, 2007, 01:32:08 PM
Thx Jupiter. I wonder why it's not provided with MASM package

.sonic
Title: Re: Wincrypt.h
Post by: Jupiter on March 10, 2007, 12:58:08 PM
some structures in Windows.inc in latest MASM32 package are obsolete or even missing, nevertheless they're not fixed (or added). just check out WINDOWS.INC Project (http://www.masm32.com/board/index.php?board=14.0) Thread.

I think that the better way is to have your additional includes/libs in archive in case of MASM32 package reinstalling. that archive may contain include/lib/<???> dirs with missing includes or libs.