diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-28 16:52:51 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-28 16:52:51 +0000 |
commit | 7c0e5b51fe8bca5192638fa141dcc8e450ba4028 (patch) | |
tree | b11a3a367fbeffd068a12de924518a373c623f77 /protocols/Skype/keypacker/stdafx.h | |
parent | d36009eb5e942a823220add4aa62b17fd8e27c14 (diff) |
added utility for packing your *.crt file
git-svn-id: http://svn.miranda-ng.org/main/trunk@2102 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/keypacker/stdafx.h')
-rw-r--r-- | protocols/Skype/keypacker/stdafx.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 <stdio.h>
+#include <windows.h>
+
+extern "C"
+{
+#include "..\src\aes\aes.h"
+}
+#include "..\..\..\..\SkypeKit\key.h"
|