VS2010 - Structure change in CryptoAPI - v7.0A Vs v6.0A - WinCrypt.h

后端 未结 2 929
深忆病人
深忆病人 2020-12-20 17:16

In C:\\Program Files\\Microsoft SDKs\\Windows\\v7.0A\\Include\\WinCrypt.h, the definition for CERT_CHAIN_ENGINE_CONFIG is

typedef          


        
2条回答
  •  暖寄归人
    2020-12-20 18:09

    the value of NTDDI_WIN7 which in my case is incorrect as mine is a XP SP3 machine.

    As I understand it, the variables are initialized according to what system you are targeting, not what system you are compiling the code on. So you need to look at your project settings and see, what is your target platform, what headers are referenced etc. .

提交回复
热议问题