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:
@@ -26,6 +26,10 @@
|
||||
# include <dlfcn.h>
|
||||
#endif
|
||||
|
||||
#ifdef TC_WINDOWS
|
||||
#define move_ptr std::move
|
||||
#endif
|
||||
|
||||
#include "SecurityToken.h"
|
||||
|
||||
#ifndef burn
|
||||
|
||||
Reference in New Issue
Block a user