Code:
--------------------Configuration: steampwd - Win32 Debug--------------------
Compiling...
aes_inverted.c
c:\documents and settings\trim\desktop\steampwd\src\aes_inverted.c(651) : warning C4013: 'padlock_supports' undefined; assuming extern returning int
c:\documents and settings\trim\desktop\steampwd\src\aes_inverted.c(651) : error C2065: 'PADLOCK_ACE' : undeclared identifier
c:\documents and settings\trim\desktop\steampwd\src\aes_inverted.c(653) : warning C4013: 'padlock_xcryptecb' undefined; assuming extern returning int
c:\documents and settings\trim\desktop\steampwd\src\aes_inverted.c(748) : warning C4013: 'padlock_xcryptcbc' undefined; assuming extern returning int
steampwd.c
c:\documents and settings\trim\desktop\steampwd\src\steampwd.c(24) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory
Error executing cl.exe.
steampwd.exe - 2 error(s), 3 warning(s)
I am using VC++ 6.0 to compile. I dont understand why these errors are happening just wondering if you could help!.