天天看點

Win10 VS2013 Compile Intro - C2011 Error

這是因為在Win10上Windows SDK 路徑是 c:\program files (x86)\windows kits\8.1, 而我又重新裝了一個SDK v7.1A。

在VS2013中我全局加入了include路徑和lib路徑, 盡管我在preprocess中加入了 _USING_V110_SDK71_, 但仍然不管用。

最後我從VS2013中全局除去了SDK v7.1A的include和lib路徑, 編譯順利通過。

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(253): error C2011: “HKEY__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(239) : 參見“HKEY__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(279): error C2011: “HMETAFILE__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(241) : 參見“HMETAFILE__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(280): error C2011: “HINSTANCE__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(242) : 參見“HINSTANCE__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(286): error C2011: “HRGN__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(244) : 參見“HRGN__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(287): error C2011: “HRSRC__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(245) : 參見“HRSRC__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(288): error C2011: “HSPRITE__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(246) : 參見“HSPRITE__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(289): error C2011: “HLSURF__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(247) : 參見“HLSURF__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(290): error C2011: “HSTR__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(248) : 參見“HSTR__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(291): error C2011: “HTASK__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(249) : 參見“HTASK__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(292): error C2011: “HWINSTA__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(250) : 參見“HWINSTA__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(293): error C2011: “HKL__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(251) : 參見“HKL__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(375): error C2011: “_FILETIME”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(263) : 參見“_FILETIME”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(4833): error C2079: “_BY_HANDLE_FILE_INFORMATION::ftCreationTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(4834): error C2079: “_BY_HANDLE_FILE_INFORMATION::ftLastAccessTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(4835): error C2079: “_BY_HANDLE_FILE_INFORMATION::ftLastWriteTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(6604): error C2079: “_WIN32_FIND_DATAA::ftCreationTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(6605): error C2079: “_WIN32_FIND_DATAA::ftLastAccessTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(6606): error C2079: “_WIN32_FIND_DATAA::ftLastWriteTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(6621): error C2079: “_WIN32_FIND_DATAW::ftCreationTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(6622): error C2079: “_WIN32_FIND_DATAW::ftLastAccessTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(6623): error C2079: “_WIN32_FIND_DATAW::ftLastWriteTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(6648): error C2079: “_WIN32_FILE_ATTRIBUTE_DATA::ftCreationTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(6649): error C2079: “_WIN32_FILE_ATTRIBUTE_DATA::ftLastAccessTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(6650): error C2079: “_WIN32_FILE_ATTRIBUTE_DATA::ftLastWriteTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\rpcasync.h(275): error C2079: “tagRPC_EXTENDED_ERROR_INFO::FileTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(3659): error C2079: “tagSTATSTG::mtime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(3660): error C2079: “tagSTATSTG::ctime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(3661): error C2079: “tagSTATSTG::atime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\propidl.h(323): error C2079: “tagPROPVARIANT::<unnamed-tag>::<unnamed-tag>::filetime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\propidl.h(540): error C2079: “tagSTATPROPSETSTG::mtime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\propidl.h(541): error C2079: “tagSTATPROPSETSTG::ctime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\propidl.h(542): error C2079: “tagSTATPROPSETSTG::atime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(260): error C2011: “_COAUTHIDENTITY”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(501) : 參見“_COAUTHIDENTITY”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(271): error C2011: “_COAUTHINFO”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(512) : 參見“_COAUTHINFO”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(315): error C2011: “tagMEMCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(558) : 參見“tagMEMCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(348): error C2011: “tagCLSCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(595) : 參見“tagCLSCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(393): warning C4005: “CLSCTX_VALID_MASK”: 宏重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(635) : 參見“CLSCTX_VALID_MASK”的前一個定義

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(396): error C2011: “tagMSHLFLAGS”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(638) : 參見“tagMSHLFLAGS”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(409): error C2011: “tagMSHCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(650) : 參見“tagMSHCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(418): error C2011: “_BYTE_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(701) : 參見“_BYTE_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(426): error C2011: “_WORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(709) : 參見“_WORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(434): error C2011: “_DWORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(717) : 參見“_DWORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(442): error C2011: “_FLAGGED_BYTE_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(725) : 參見“_FLAGGED_BYTE_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(451): error C2011: “_FLAGGED_WORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(734) : 參見“_FLAGGED_WORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(460): error C2011: “_BYTE_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(743) : 參見“_BYTE_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(466): error C2011: “_SHORT_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(749) : 參見“_SHORT_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(472): error C2011: “_LONG_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(755) : 參見“_LONG_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(478): error C2011: “_HYPER_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(761) : 參見“_HYPER_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(260): error C2011: “_COAUTHIDENTITY”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(501) : 參見“_COAUTHIDENTITY”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(271): error C2011: “_COAUTHINFO”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(512) : 參見“_COAUTHINFO”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(315): error C2011: “tagMEMCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(558) : 參見“tagMEMCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(348): error C2011: “tagCLSCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(595) : 參見“tagCLSCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(393): warning C4005: “CLSCTX_VALID_MASK”: 宏重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(635) : 參見“CLSCTX_VALID_MASK”的前一個定義

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(396): error C2011: “tagMSHLFLAGS”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(638) : 參見“tagMSHLFLAGS”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(409): error C2011: “tagMSHCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(650) : 參見“tagMSHCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(418): error C2011: “_BYTE_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(701) : 參見“_BYTE_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(426): error C2011: “_WORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(709) : 參見“_WORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(434): error C2011: “_DWORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(717) : 參見“_DWORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(442): error C2011: “_FLAGGED_BYTE_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(725) : 參見“_FLAGGED_BYTE_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(451): error C2011: “_FLAGGED_WORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(734) : 參見“_FLAGGED_WORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(460): error C2011: “_BYTE_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(743) : 參見“_BYTE_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(466): error C2011: “_SHORT_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(749) : 參見“_SHORT_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(472): error C2011: “_LONG_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(755) : 參見“_LONG_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(478): error C2011: “_HYPER_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(761) : 參見“_HYPER_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(239): error C2011: “HKEY__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(253) : 參見“HKEY__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(241): error C2011: “HMETAFILE__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(279) : 參見“HMETAFILE__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(242): error C2011: “HINSTANCE__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(280) : 參見“HINSTANCE__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(244): error C2011: “HRGN__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(286) : 參見“HRGN__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(245): error C2011: “HRSRC__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(287) : 參見“HRSRC__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(246): error C2011: “HSPRITE__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(288) : 參見“HSPRITE__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(247): error C2011: “HLSURF__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(289) : 參見“HLSURF__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(248): error C2011: “HSTR__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(290) : 參見“HSTR__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(249): error C2011: “HTASK__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(291) : 參見“HTASK__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(250): error C2011: “HWINSTA__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(292) : 參見“HWINSTA__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(251): error C2011: “HKL__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(293) : 參見“HKL__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(263): error C2011: “_FILETIME”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(375) : 參見“_FILETIME”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\combaseapi.h(231): error C2995: “void **IID_PPV_ARGS_Helper(T **)”: 函數模闆已經定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objbase.h(237) : 參見“IID_PPV_ARGS_Helper”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\combaseapi.h(346): error C2011: “tagREGCLS”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objbase.h(359) : 參見“tagREGCLS”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(503): error C2011: “_COSERVERINFO”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(648) : 參見“_COSERVERINFO”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(1492): error C2011: “tagMULTI_QI”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(1627) : 參見“tagMULTI_QI”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(3657): error C2011: “SChannelHookCallInfo”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(7816) : 參見“SChannelHookCallInfo”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(4276): error C2011: “tagRPCOPT_PROPERTIES”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(8520) : 參見“tagRPCOPT_PROPERTIES”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(4285): error C2011: “tagRPCOPT_SERVER_LOCALITY_VALUES”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(8526) : 參見“tagRPCOPT_SERVER_LOCALITY_VALUES”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(4415): error C2011: “tagGLOBALOPT_PROPERTIES”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(8650) : 參見“tagGLOBALOPT_PROPERTIES”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(4425): error C2011: “tagGLOBALOPT_EH_VALUES”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(8657) : 參見“tagGLOBALOPT_EH_VALUES”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(4434): error C2011: “tagGLOBALOPT_RPCTP_VALUES”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(8665) : 參見“tagGLOBALOPT_RPCTP_VALUES”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(7157): error C2011: “_APTTYPEQUALIFIER”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(12678) : 參見“_APTTYPEQUALIFIER”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(7169): error C2011: “_APTTYPE”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(12688) : 參見“_APTTYPE”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(7183): error C2011: “_THDTYPE”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(12697) : 參見“_THDTYPE”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\combaseapi.h(850): error C2011: “tagSTDMSHLFLAGS”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objbase.h(591) : 參見“tagSTDMSHLFLAGS”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\combaseapi.h(1369): error C2011: “tagCOWAIT_FLAGS”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objbase.h(819) : 參見“tagCOWAIT_FLAGS”的聲明

1>  VideoCaptureDevice.cpp

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(260): error C2011: “_COAUTHIDENTITY”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(501) : 參見“_COAUTHIDENTITY”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(271): error C2011: “_COAUTHINFO”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(512) : 參見“_COAUTHINFO”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(315): error C2011: “tagMEMCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(558) : 參見“tagMEMCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(348): error C2011: “tagCLSCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(595) : 參見“tagCLSCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(393): warning C4005: “CLSCTX_VALID_MASK”: 宏重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(635) : 參見“CLSCTX_VALID_MASK”的前一個定義

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(396): error C2011: “tagMSHLFLAGS”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(638) : 參見“tagMSHLFLAGS”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(409): error C2011: “tagMSHCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(650) : 參見“tagMSHCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(418): error C2011: “_BYTE_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(701) : 參見“_BYTE_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(426): error C2011: “_WORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(709) : 參見“_WORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(434): error C2011: “_DWORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(717) : 參見“_DWORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(442): error C2011: “_FLAGGED_BYTE_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(725) : 參見“_FLAGGED_BYTE_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(451): error C2011: “_FLAGGED_WORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(734) : 參見“_FLAGGED_WORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(460): error C2011: “_BYTE_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(743) : 參見“_BYTE_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(466): error C2011: “_SHORT_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(749) : 參見“_SHORT_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(472): error C2011: “_LONG_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(755) : 參見“_LONG_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(478): error C2011: “_HYPER_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(761) : 參見“_HYPER_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(239): error C2011: “HKEY__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(253) : 參見“HKEY__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(241): error C2011: “HMETAFILE__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(279) : 參見“HMETAFILE__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(242): error C2011: “HINSTANCE__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(280) : 參見“HINSTANCE__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(244): error C2011: “HRGN__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(286) : 參見“HRGN__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(245): error C2011: “HRSRC__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(287) : 參見“HRSRC__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(246): error C2011: “HSPRITE__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(288) : 參見“HSPRITE__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(247): error C2011: “HLSURF__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(289) : 參見“HLSURF__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(248): error C2011: “HSTR__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(290) : 參見“HSTR__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(249): error C2011: “HTASK__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(291) : 參見“HTASK__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(250): error C2011: “HWINSTA__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(292) : 參見“HWINSTA__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(251): error C2011: “HKL__”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(293) : 參見“HKL__”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(263): error C2011: “_FILETIME”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(375) : 參見“_FILETIME”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(260): error C2011: “_COAUTHIDENTITY”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(501) : 參見“_COAUTHIDENTITY”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(271): error C2011: “_COAUTHINFO”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(512) : 參見“_COAUTHINFO”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(315): error C2011: “tagMEMCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(558) : 參見“tagMEMCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(348): error C2011: “tagCLSCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(595) : 參見“tagCLSCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(393): warning C4005: “CLSCTX_VALID_MASK”: 宏重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(635) : 參見“CLSCTX_VALID_MASK”的前一個定義

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(396): error C2011: “tagMSHLFLAGS”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(638) : 參見“tagMSHLFLAGS”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(409): error C2011: “tagMSHCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(650) : 參見“tagMSHCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(418): error C2011: “_BYTE_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(701) : 參見“_BYTE_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(426): error C2011: “_WORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(709) : 參見“_WORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(434): error C2011: “_DWORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(717) : 參見“_DWORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(442): error C2011: “_FLAGGED_BYTE_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(725) : 參見“_FLAGGED_BYTE_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(451): error C2011: “_FLAGGED_WORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(734) : 參見“_FLAGGED_WORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(460): error C2011: “_BYTE_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(743) : 參見“_BYTE_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(466): error C2011: “_SHORT_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(749) : 參見“_SHORT_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(472): error C2011: “_LONG_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(755) : 參見“_LONG_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(478): error C2011: “_HYPER_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(761) : 參見“_HYPER_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(260): error C2011: “_COAUTHIDENTITY”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(501) : 參見“_COAUTHIDENTITY”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(271): error C2011: “_COAUTHINFO”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(512) : 參見“_COAUTHINFO”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(315): error C2011: “tagMEMCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(558) : 參見“tagMEMCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(348): error C2011: “tagCLSCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(595) : 參見“tagCLSCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(393): warning C4005: “CLSCTX_VALID_MASK”: 宏重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(635) : 參見“CLSCTX_VALID_MASK”的前一個定義

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(396): error C2011: “tagMSHLFLAGS”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(638) : 參見“tagMSHLFLAGS”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(409): error C2011: “tagMSHCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(650) : 參見“tagMSHCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(418): error C2011: “_BYTE_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(701) : 參見“_BYTE_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(426): error C2011: “_WORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(709) : 參見“_WORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(434): error C2011: “_DWORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(717) : 參見“_DWORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(442): error C2011: “_FLAGGED_BYTE_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(725) : 參見“_FLAGGED_BYTE_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(451): error C2011: “_FLAGGED_WORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(734) : 參見“_FLAGGED_WORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(460): error C2011: “_BYTE_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(743) : 參見“_BYTE_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(466): error C2011: “_SHORT_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(749) : 參見“_SHORT_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(472): error C2011: “_LONG_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(755) : 參見“_LONG_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(478): error C2011: “_HYPER_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(761) : 參見“_HYPER_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(260): error C2011: “_COAUTHIDENTITY”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(501) : 參見“_COAUTHIDENTITY”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(271): error C2011: “_COAUTHINFO”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(512) : 參見“_COAUTHINFO”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(315): error C2011: “tagMEMCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(558) : 參見“tagMEMCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(348): error C2011: “tagCLSCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(595) : 參見“tagCLSCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(393): warning C4005: “CLSCTX_VALID_MASK”: 宏重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(635) : 參見“CLSCTX_VALID_MASK”的前一個定義

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(396): error C2011: “tagMSHLFLAGS”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(638) : 參見“tagMSHLFLAGS”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(409): error C2011: “tagMSHCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(650) : 參見“tagMSHCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(418): error C2011: “_BYTE_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(701) : 參見“_BYTE_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(426): error C2011: “_WORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(709) : 參見“_WORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(434): error C2011: “_DWORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(717) : 參見“_DWORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(442): error C2011: “_FLAGGED_BYTE_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(725) : 參見“_FLAGGED_BYTE_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(451): error C2011: “_FLAGGED_WORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(734) : 參見“_FLAGGED_WORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(460): error C2011: “_BYTE_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(743) : 參見“_BYTE_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(466): error C2011: “_SHORT_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(749) : 參見“_SHORT_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(472): error C2011: “_LONG_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(755) : 參見“_LONG_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(478): error C2011: “_HYPER_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(761) : 參見“_HYPER_SIZEDARR”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(253): error C2011: “HKEY__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(239) : 參見“HKEY__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(279): error C2011: “HMETAFILE__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(241) : 參見“HMETAFILE__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(280): error C2011: “HINSTANCE__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(242) : 參見“HINSTANCE__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(286): error C2011: “HRGN__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(244) : 參見“HRGN__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(287): error C2011: “HRSRC__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(245) : 參見“HRSRC__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(288): error C2011: “HSPRITE__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(246) : 參見“HSPRITE__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(289): error C2011: “HLSURF__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(247) : 參見“HLSURF__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(290): error C2011: “HSTR__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(248) : 參見“HSTR__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(291): error C2011: “HTASK__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(249) : 參見“HTASK__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(292): error C2011: “HWINSTA__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(250) : 參見“HWINSTA__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(293): error C2011: “HKL__”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(251) : 參見“HKL__”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windef.h(375): error C2011: “_FILETIME”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\shared\minwindef.h(263) : 參見“_FILETIME”的聲明

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(4833): error C2079: “_BY_HANDLE_FILE_INFORMATION::ftCreationTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(4834): error C2079: “_BY_HANDLE_FILE_INFORMATION::ftLastAccessTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(4835): error C2079: “_BY_HANDLE_FILE_INFORMATION::ftLastWriteTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(6604): error C2079: “_WIN32_FIND_DATAA::ftCreationTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(6605): error C2079: “_WIN32_FIND_DATAA::ftLastAccessTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(6606): error C2079: “_WIN32_FIND_DATAA::ftLastWriteTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(6621): error C2079: “_WIN32_FIND_DATAW::ftCreationTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(6622): error C2079: “_WIN32_FIND_DATAW::ftLastAccessTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(6623): error C2079: “_WIN32_FIND_DATAW::ftLastWriteTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(6648): error C2079: “_WIN32_FILE_ATTRIBUTE_DATA::ftCreationTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(6649): error C2079: “_WIN32_FILE_ATTRIBUTE_DATA::ftLastAccessTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\winbase.h(6650): error C2079: “_WIN32_FILE_ATTRIBUTE_DATA::ftLastWriteTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\rpcasync.h(275): error C2079: “tagRPC_EXTENDED_ERROR_INFO::FileTime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(3659): error C2079: “tagSTATSTG::mtime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(3660): error C2079: “tagSTATSTG::ctime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(3661): error C2079: “tagSTATSTG::atime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\propidl.h(323): error C2079: “tagPROPVARIANT::<unnamed-tag>::<unnamed-tag>::filetime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\propidl.h(540): error C2079: “tagSTATPROPSETSTG::mtime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\propidl.h(541): error C2079: “tagSTATPROPSETSTG::ctime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\propidl.h(542): error C2079: “tagSTATPROPSETSTG::atime”使用未定義的 struct“_FILETIME”

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(260): error C2011: “_COAUTHIDENTITY”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(501) : 參見“_COAUTHIDENTITY”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(271): error C2011: “_COAUTHINFO”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(512) : 參見“_COAUTHINFO”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(315): error C2011: “tagMEMCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(558) : 參見“tagMEMCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(348): error C2011: “tagCLSCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(595) : 參見“tagCLSCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(393): warning C4005: “CLSCTX_VALID_MASK”: 宏重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(635) : 參見“CLSCTX_VALID_MASK”的前一個定義

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(396): error C2011: “tagMSHLFLAGS”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(638) : 參見“tagMSHLFLAGS”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(409): error C2011: “tagMSHCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(650) : 參見“tagMSHCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(418): error C2011: “_BYTE_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(701) : 參見“_BYTE_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(426): error C2011: “_WORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(709) : 參見“_WORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(434): error C2011: “_DWORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(717) : 參見“_DWORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(442): error C2011: “_FLAGGED_BYTE_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(725) : 參見“_FLAGGED_BYTE_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(451): error C2011: “_FLAGGED_WORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(734) : 參見“_FLAGGED_WORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(460): error C2011: “_BYTE_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(743) : 參見“_BYTE_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(466): error C2011: “_SHORT_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(749) : 參見“_SHORT_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(472): error C2011: “_LONG_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(755) : 參見“_LONG_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(478): error C2011: “_HYPER_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(761) : 參見“_HYPER_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\mfidl.h(2747): error C2061: 文法錯誤: 辨別符“IMFDXGIDeviceManager”

1>c:\program files (x86)\windows kits\8.1\include\um\mfmediacapture.h(99): error C2061: 文法錯誤: 辨別符“IMFDXGIDeviceManager”

1>c:\program files (x86)\windows kits\8.1\include\um\mfmediacapture.h(179): error C2061: 文法錯誤: 辨別符“IMFDXGIDeviceManager”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\evr.h(437): error C2011: “MFVideoNormalizedRect”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\um\mfcaptureengine.h(139) : 參見“MFVideoNormalizedRect”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\combaseapi.h(231): error C2995: “void **IID_PPV_ARGS_Helper(T **)”: 函數模闆已經定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objbase.h(237) : 參見“IID_PPV_ARGS_Helper”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\combaseapi.h(346): error C2011: “tagREGCLS”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objbase.h(359) : 參見“tagREGCLS”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(503): error C2011: “_COSERVERINFO”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(648) : 參見“_COSERVERINFO”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(1492): error C2011: “tagMULTI_QI”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(1627) : 參見“tagMULTI_QI”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(3657): error C2011: “SChannelHookCallInfo”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(7816) : 參見“SChannelHookCallInfo”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(4276): error C2011: “tagRPCOPT_PROPERTIES”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(8520) : 參見“tagRPCOPT_PROPERTIES”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(4285): error C2011: “tagRPCOPT_SERVER_LOCALITY_VALUES”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(8526) : 參見“tagRPCOPT_SERVER_LOCALITY_VALUES”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(4415): error C2011: “tagGLOBALOPT_PROPERTIES”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(8650) : 參見“tagGLOBALOPT_PROPERTIES”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(4425): error C2011: “tagGLOBALOPT_EH_VALUES”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(8657) : 參見“tagGLOBALOPT_EH_VALUES”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(4434): error C2011: “tagGLOBALOPT_RPCTP_VALUES”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(8665) : 參見“tagGLOBALOPT_RPCTP_VALUES”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(7157): error C2011: “_APTTYPEQUALIFIER”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(12678) : 參見“_APTTYPEQUALIFIER”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(7169): error C2011: “_APTTYPE”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(12688) : 參見“_APTTYPE”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(7183): error C2011: “_THDTYPE”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(12697) : 參見“_THDTYPE”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\combaseapi.h(850): error C2011: “tagSTDMSHLFLAGS”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objbase.h(591) : 參見“tagSTDMSHLFLAGS”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\combaseapi.h(1369): error C2011: “tagCOWAIT_FLAGS”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objbase.h(819) : 參見“tagCOWAIT_FLAGS”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\mfidl.h(2747): error C2061: 文法錯誤: 辨別符“IMFDXGIDeviceManager”

1>c:\program files (x86)\windows kits\8.1\include\um\mfmediacapture.h(99): error C2061: 文法錯誤: 辨別符“IMFDXGIDeviceManager”

1>c:\program files (x86)\windows kits\8.1\include\um\mfmediacapture.h(179): error C2061: 文法錯誤: 辨別符“IMFDXGIDeviceManager”

1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\evr.h(437): error C2011: “MFVideoNormalizedRect”:“struct”類型重定義

1>          c:\program files (x86)\windows kits\8.1\include\um\mfcaptureengine.h(139) : 參見“MFVideoNormalizedRect”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\combaseapi.h(231): error C2995: “void **IID_PPV_ARGS_Helper(T **)”: 函數模闆已經定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objbase.h(237) : 參見“IID_PPV_ARGS_Helper”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\combaseapi.h(346): error C2011: “tagREGCLS”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objbase.h(359) : 參見“tagREGCLS”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(260): error C2011: “_COAUTHIDENTITY”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(501) : 參見“_COAUTHIDENTITY”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(271): error C2011: “_COAUTHINFO”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(512) : 參見“_COAUTHINFO”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(315): error C2011: “tagMEMCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(558) : 參見“tagMEMCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(348): error C2011: “tagCLSCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(595) : 參見“tagCLSCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(393): warning C4005: “CLSCTX_VALID_MASK”: 宏重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(635) : 參見“CLSCTX_VALID_MASK”的前一個定義

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(396): error C2011: “tagMSHLFLAGS”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(638) : 參見“tagMSHLFLAGS”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(409): error C2011: “tagMSHCTX”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(650) : 參見“tagMSHCTX”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(418): error C2011: “_BYTE_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(701) : 參見“_BYTE_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(426): error C2011: “_WORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(709) : 參見“_WORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(434): error C2011: “_DWORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(717) : 參見“_DWORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(442): error C2011: “_FLAGGED_BYTE_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(725) : 參見“_FLAGGED_BYTE_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(451): error C2011: “_FLAGGED_WORD_BLOB”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(734) : 參見“_FLAGGED_WORD_BLOB”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(460): error C2011: “_BYTE_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(743) : 參見“_BYTE_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(466): error C2011: “_SHORT_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(749) : 參見“_SHORT_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(472): error C2011: “_LONG_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(755) : 參見“_LONG_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\shared\wtypesbase.h(478): error C2011: “_HYPER_SIZEDARR”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\wtypes.h(761) : 參見“_HYPER_SIZEDARR”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(503): error C2011: “_COSERVERINFO”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(648) : 參見“_COSERVERINFO”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(1492): error C2011: “tagMULTI_QI”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(1627) : 參見“tagMULTI_QI”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(3657): error C2011: “SChannelHookCallInfo”:“struct”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(7816) : 參見“SChannelHookCallInfo”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(4276): error C2011: “tagRPCOPT_PROPERTIES”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(8520) : 參見“tagRPCOPT_PROPERTIES”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(4285): error C2011: “tagRPCOPT_SERVER_LOCALITY_VALUES”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(8526) : 參見“tagRPCOPT_SERVER_LOCALITY_VALUES”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(4415): error C2011: “tagGLOBALOPT_PROPERTIES”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(8650) : 參見“tagGLOBALOPT_PROPERTIES”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(4425): error C2011: “tagGLOBALOPT_EH_VALUES”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(8657) : 參見“tagGLOBALOPT_EH_VALUES”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(4434): error C2011: “tagGLOBALOPT_RPCTP_VALUES”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(8665) : 參見“tagGLOBALOPT_RPCTP_VALUES”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(7157): error C2011: “_APTTYPEQUALIFIER”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(12678) : 參見“_APTTYPEQUALIFIER”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(7169): error C2011: “_APTTYPE”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(12688) : 參見“_APTTYPE”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\objidlbase.h(7183): error C2011: “_THDTYPE”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objidl.h(12697) : 參見“_THDTYPE”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\combaseapi.h(850): error C2011: “tagSTDMSHLFLAGS”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objbase.h(591) : 參見“tagSTDMSHLFLAGS”的聲明

1>c:\program files (x86)\windows kits\8.1\include\um\combaseapi.h(1369): error C2011: “tagCOWAIT_FLAGS”:“enum”類型重定義

1>          c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objbase.h(819) : 參見“tagCOWAIT_FLAGS”的聲明