mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-01-03 17:13:16 +00:00
Fixed preprocessor, so compiled correctly if OpenSSL is not linked
This commit is contained in:
@@ -17,7 +17,7 @@ limitations under the License.
|
||||
// When compiled in 32bit, this module uses Windows CAPI which is compatible with Windows XP.
|
||||
// When compiled in 64bit, this module uses Windows CNG (Crypto Next Gen) that is compatible and will use TPM modules.
|
||||
|
||||
#if !defined(_NOCAPI) && defined(WIN32)
|
||||
#if !defined(_NOCAPI) && defined(WIN32) && !defined(MICROSTACK_NOTLS)
|
||||
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user