Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error after installing Windows SDK (10.0.26100) #2072

Closed
sonyps5201314 opened this issue May 24, 2024 · 2 comments
Closed

Compilation error after installing Windows SDK (10.0.26100) #2072

sonyps5201314 opened this issue May 24, 2024 · 2 comments

Comments

@sonyps5201314
Copy link
Contributor

Brief description of your issue

2>M:\DISASSEMBLE_TOOLS\systeminformer\systeminformer\phnt\include\ntioapi.h(881,16): error C2011: '_FILE_STAT_INFORMATION': 'struct' type redefinition 2>M:\DISASSEMBLE_TOOLS\systeminformer\systeminformer\phnt\include\ntioapi.h(917,16): error C2011: '_FILE_STAT_LX_INFORMATION': 'struct' type redefinition 2>M:\DISASSEMBLE_TOOLS\systeminformer\systeminformer\phnt\include\ntioapi.h(944,16): error C2011: '_FILE_CASE_SENSITIVE_INFORMATION': 'struct' type redefinition 2>M:\DISASSEMBLE_TOOLS\systeminformer\systeminformer\phnt\include\ntioapi.h(881,16): error C2011: '_FILE_STAT_INFORMATION': 'struct' type redefinition 2>M:\DISASSEMBLE_TOOLS\systeminformer\systeminformer\phnt\include\ntioapi.h(917,16): error C2011: '_FILE_STAT_LX_INFORMATION': 'struct' type redefinition 2>M:\DISASSEMBLE_TOOLS\systeminformer\systeminformer\phnt\include\ntioapi.h(944,16): error C2011: '_FILE_CASE_SENSITIVE_INFORMATION': 'struct' type redefinition 2>M:\DISASSEMBLE_TOOLS\systeminformer\systeminformer\phnt\include\ntioapi.h(881,16): error C2011: '_FILE_STAT_INFORMATION': 'struct' type redefinition 2>M:\DISASSEMBLE_TOOLS\systeminformer\systeminformer\phnt\include\ntioapi.h(917,16): error C2011: '_FILE_STAT_LX_INFORMATION': 'struct' type redefinition 2>M:\DISASSEMBLE_TOOLS\systeminformer\systeminformer\phnt\include\ntioapi.h(944,16): error C2011: '_FILE_CASE_SENSITIVE_INFORMATION': 'struct' type redefinit

Steps to reproduce (optional)

https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/

Expected behavior (optional)

everything is ok.

Actual behavior (optional)

error

Environment (optional)

vs2022 v17.10 win11
@jxy-s
Copy link
Member

jxy-s commented May 25, 2024

Fixed here 👍: 060790a

@sonyps5201314
Copy link
Contributor Author

Thanks very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants