diff options
Diffstat (limited to 'plugins/CryptoPP/src/dllloader.h')
-rw-r--r-- | plugins/CryptoPP/src/dllloader.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/CryptoPP/src/dllloader.h b/plugins/CryptoPP/src/dllloader.h deleted file mode 100644 index 0563810248..0000000000 --- a/plugins/CryptoPP/src/dllloader.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef __DLLLOADER_H__
-#define __DLLLOADER__H__
-
-HMODULE MemLoadLibrary(PBYTE data);
-BOOL MemFreeLibrary(HMODULE hDll);
-FARPROC MemGetProcAddress(HMODULE hDll, LPCTSTR fname);
-
-#endif
|