Restore persistent memory.

This commit is contained in:
XMRig 2017-06-10 00:43:23 +03:00
parent 30642881bf
commit c5fbc1a182
5 changed files with 105 additions and 5 deletions

View file

@ -26,10 +26,12 @@
#include <windows.h>
#include <ntsecapi.h>
#include <tchar.h>
#include <mm_malloc.h>
#include "Mem.h"
#include "Console.h"
#include "crypto/CryptoNight.h"
#include "Mem.h"
#include "Options.h"