From 7c0e5b51fe8bca5192638fa141dcc8e450ba4028 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 28 Oct 2012 16:52:51 +0000 Subject: added utility for packing your *.crt file git-svn-id: http://svn.miranda-ng.org/main/trunk@2102 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/keypacker/stdafx.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 protocols/Skype/keypacker/stdafx.h (limited to 'protocols/Skype/keypacker/stdafx.h') diff --git a/protocols/Skype/keypacker/stdafx.h b/protocols/Skype/keypacker/stdafx.h new file mode 100644 index 0000000000..4bd30a212f --- /dev/null +++ b/protocols/Skype/keypacker/stdafx.h @@ -0,0 +1,8 @@ +#include +#include + +extern "C" +{ +#include "..\src\aes\aes.h" +} +#include "..\..\..\..\SkypeKit\key.h" -- cgit v1.2.3