diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-13 12:47:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-13 12:47:58 +0000 |
commit | 268d637031d98cd88ef29dbac4a7c862f678cfc0 (patch) | |
tree | c6eceaf3a603af8158c3bed4541c4d1144569ef7 /src/core/stdcrypt/commonheaders.h | |
parent | 0c2319086294bc02e08db82c507a3f6fc50af9fb (diff) |
initial version of stdcrypt, without encryption
git-svn-id: http://svn.miranda-ng.org/main/trunk@6888 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdcrypt/commonheaders.h')
-rw-r--r-- | src/core/stdcrypt/commonheaders.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/stdcrypt/commonheaders.h b/src/core/stdcrypt/commonheaders.h index a16eb54b8e..f89df739dd 100644 --- a/src/core/stdcrypt/commonheaders.h +++ b/src/core/stdcrypt/commonheaders.h @@ -65,6 +65,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_icolib.h>
#include <m_modernopt.h>
#include <m_timezones.h>
+#include <m_string.h>
#include <m_crypto.h>
#include "version.h"
@@ -72,4 +73,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "../../resource.h"
#include "../stdplug.h"
+#include "stdcrypt.h"
+
extern HINSTANCE hInst;
|