hello c++!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5830 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1cb944da98
commit
1f02b6128e
1 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
#ifndef ___NSIS_PLUGIN__H___
|
#ifndef ___NSIS_PLUGIN__H___
|
||||||
#define ___NSIS_PLUGIN__H___
|
#define ___NSIS_PLUGIN__H___
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "api.h"
|
#include "api.h"
|
||||||
|
|
||||||
#ifndef NSISCALL
|
#ifndef NSISCALL
|
||||||
|
@ -56,4 +60,8 @@ void NSISCALL pushstring(const char *str);
|
||||||
char * NSISCALL getuservariable(const int varnum);
|
char * NSISCALL getuservariable(const int varnum);
|
||||||
void NSISCALL setuservariable(const int varnum, const char *var);
|
void NSISCALL setuservariable(const int varnum, const char *var);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif//!___NSIS_PLUGIN__H___
|
#endif//!___NSIS_PLUGIN__H___
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue