diff options
Diffstat (limited to 'protocols/Skype/src/skypekit/common.h')
-rw-r--r-- | protocols/Skype/src/skypekit/common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/protocols/Skype/src/skypekit/common.h b/protocols/Skype/src/skypekit/common.h new file mode 100644 index 0000000000..de00501ba3 --- /dev/null +++ b/protocols/Skype/src/skypekit/common.h @@ -0,0 +1,8 @@ +#pragma once
+
+#undef OCSP_REQUEST
+#undef OCSP_RESPONSE
+
+#include <skype-embedded_2.h>
+
+struct CSkypeProto;
\ No newline at end of file |