1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Windows: Fix build error because of missing definition of the macro move_ptr

This commit is contained in:
Mounir IDRASSI
2020-06-28 00:16:41 +02:00
parent b9099d01c2
commit fded83d25c

View File

@@ -26,6 +26,10 @@
# include <dlfcn.h>
#endif
#ifdef TC_WINDOWS
#define move_ptr std::move
#endif
#include "SecurityToken.h"
#ifndef burn