mirror of https://github.com/FreeRDP/FreeRDP
Re-added "extern" to ntlm_export.h symbols
This commit is contained in:
parent
f03b074b01
commit
c0e29f7f19
|
@ -28,10 +28,10 @@ extern "C"
|
|||
{
|
||||
#endif
|
||||
|
||||
const SecPkgInfoA NTLM_SecPkgInfoA;
|
||||
const SecPkgInfoW NTLM_SecPkgInfoW;
|
||||
const SecurityFunctionTableA NTLM_SecurityFunctionTableA;
|
||||
const SecurityFunctionTableW NTLM_SecurityFunctionTableW;
|
||||
extern const SecPkgInfoA NTLM_SecPkgInfoA;
|
||||
extern const SecPkgInfoW NTLM_SecPkgInfoW;
|
||||
extern const SecurityFunctionTableA NTLM_SecurityFunctionTableA;
|
||||
extern const SecurityFunctionTableW NTLM_SecurityFunctionTableW;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue