diff options
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"
|