summaryrefslogtreecommitdiff
path: root/extensions/source/nsplugin/source/so_msg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/nsplugin/source/so_msg.hxx')
-rw-r--r--extensions/source/nsplugin/source/so_msg.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/source/nsplugin/source/so_msg.hxx b/extensions/source/nsplugin/source/so_msg.hxx
index 8a539ed72a87..419dd49053e4 100644
--- a/extensions/source/nsplugin/source/so_msg.hxx
+++ b/extensions/source/nsplugin/source/so_msg.hxx
@@ -39,7 +39,11 @@ enum msg_type
SO_PRINT // 6
};
+#ifdef _WIN64
+#define plugin_Int32 unsigned __int64
+#else
#define plugin_Int32 unsigned long int
+#endif
typedef struct _PLUGIN_MSG {
plugin_Int32 msg_id;