notaz.gp2x.de
/
pcsx_rearmed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge pull request #442 from negativeExponent/libretro
[pcsx_rearmed.git]
/
deps
/
lzma-16.04
/
C
/
DllSecur.h
1
/* DllSecur.h -- DLL loading for security
\r
2
2016-06-08 : Igor Pavlov : Public domain */
\r
3
\r
4
#ifndef __DLL_SECUR_H
\r
5
#define __DLL_SECUR_H
\r
6
\r
7
#include "7zTypes.h"
\r
8
\r
9
EXTERN_C_BEGIN
\r
10
\r
11
#ifdef _WIN32
\r
12
\r
13
void LoadSecurityDlls();
\r
14
\r
15
#endif
\r
16
\r
17
EXTERN_C_END
\r
18
\r
19
#endif
\r