diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-23 12:01:39 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-23 12:01:39 +0000 |
commit | 021891ebbd16e9456d23b7c648bdb26c718d69d2 (patch) | |
tree | 240ea8b342afa8aa93c5d8f4258ee44258b4c9b8 /plugins/Console/commonheaders.h | |
parent | 3447ff8cda5ba4f4f219107e4907cb9aa8947497 (diff) |
Console:
plusified
git-svn-id: http://svn.miranda-ng.org/main/trunk@540 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Console/commonheaders.h')
-rw-r--r-- | plugins/Console/commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Console/commonheaders.h b/plugins/Console/commonheaders.h index c1add15988..e2024726eb 100644 --- a/plugins/Console/commonheaders.h +++ b/plugins/Console/commonheaders.h @@ -61,7 +61,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "version.h"
-HINSTANCE hInst;
+extern HINSTANCE hInst;
void InitConsole();
void ShutdownConsole();
|