<!--- Provide a general summary of the issue in the Title above --> build RelaseDllWinRT error ## Context <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> 2>S:\f\dev\ex\shiftMediaProject\libgcrypt\random\rndw32uwp.cpp(51,51): error C2065: 'POINT': undeclared identifier 2>S:\f\dev\ex\shiftMediaProject\libgcrypt\random\rndw32uwp.cpp(51,67): error C2065: 'MEMORYSTATUS': undeclared identifier 2>S:\f\dev\ex\shiftMediaProject\libgcrypt\random\rndw32uwp.cpp(52,18): error C2065: 'FILETIME': undeclared identifier 2>S:\f\dev\ex\shiftMediaProject\libgcrypt\random\rndw32uwp.cpp(52,37): error C2065: 'LARGE_INTEGER': undeclared identifier ## Expected Behavior <!--- Tell us what should happen --> ## Actual Behavior <!--- Tell us what happens instead --> ## Steps to Reproduce <!--- Provide an unambiguous set of steps to reproduce this bug --> 1. 2. 3. 4. ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version Used: * Operating System and Version: win 10 * Compiler and Version(s): vs2022 ## Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug -->
build RelaseDllWinRT error
Context
2>S:\f\dev\ex\shiftMediaProject\libgcrypt\random\rndw32uwp.cpp(51,51): error C2065: 'POINT': undeclared identifier
2>S:\f\dev\ex\shiftMediaProject\libgcrypt\random\rndw32uwp.cpp(51,67): error C2065: 'MEMORYSTATUS': undeclared identifier
2>S:\f\dev\ex\shiftMediaProject\libgcrypt\random\rndw32uwp.cpp(52,18): error C2065: 'FILETIME': undeclared identifier
2>S:\f\dev\ex\shiftMediaProject\libgcrypt\random\rndw32uwp.cpp(52,37): error C2065: 'LARGE_INTEGER': undeclared identifier
Expected Behavior
Actual Behavior
Steps to Reproduce
Your Environment
Possible Fix