Hi! I have downloaded Microsoft SDK, and this is my code:

Code:
#include "stdafx.h"
#define _WIN32_WINNT 0x0400

#include <stdio.h>
#include <windows.h>
#include <wincrypt.h>
And when I compile I get these errors:

c:\program files\microsoft sdk\include\wincrypt.h(249) : error C2146: syntax error : missing ';' before identifier 'HCRYPTPROV'
c:\program files\microsoft sdk\include\wincrypt.h(249) : fatal error C1004: unexpected end of file found

Any idea? Thank you in advance.