diff options
Diffstat (limited to 'plugins/!Deprecated/Skype/keypacker/stdafx.h')
-rw-r--r-- | plugins/!Deprecated/Skype/keypacker/stdafx.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/!Deprecated/Skype/keypacker/stdafx.h b/plugins/!Deprecated/Skype/keypacker/stdafx.h new file mode 100644 index 0000000000..d63a19340e --- /dev/null +++ b/plugins/!Deprecated/Skype/keypacker/stdafx.h @@ -0,0 +1,8 @@ +#include <stdio.h>
+#include <windows.h>
+
+extern "C"
+{
+#include "..\src\aes\aes.h"
+}
+#include "..\..\..\..\SkypeKit\original_key.h"
|