diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 20:28:18 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 20:28:18 +0000 |
commit | ad5e273a04e89a45d41c87a6a21c6d6fd937ac43 (patch) | |
tree | c704120baf221e5ee7f20e93c40753d65df80ff9 /plugins/Variables/src/lookup3.cpp | |
parent | b36570eeab759b37b50da15f67a2f844357fde1a (diff) |
Variables: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14796 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Variables/src/lookup3.cpp')
-rw-r--r-- | plugins/Variables/src/lookup3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Variables/src/lookup3.cpp b/plugins/Variables/src/lookup3.cpp index b75c9bbe0c..7f28ed0498 100644 --- a/plugins/Variables/src/lookup3.cpp +++ b/plugins/Variables/src/lookup3.cpp @@ -25,7 +25,7 @@ a mix of things, see the comments above hashlittle(). */
//#define SELF_TEST 1
-#include "variables.h"
+#include "stdafx.h"
typedef unsigned long int uint32; /* unsigned 4-byte quantities */
typedef unsigned short int uint16; /* unsigned 2-byte quantities */
|