mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 03:18:26 -06:00
Windows: Fix build error because of missing definition of the macro move_ptr
This commit is contained in:
@@ -26,6 +26,10 @@
|
|||||||
# include <dlfcn.h>
|
# include <dlfcn.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef TC_WINDOWS
|
||||||
|
#define move_ptr std::move
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "SecurityToken.h"
|
#include "SecurityToken.h"
|
||||||
|
|
||||||
#ifndef burn
|
#ifndef burn
|
||||||
|
|||||||
Reference in New Issue
Block a user