summaryrefslogtreecommitdiff
path: root/extensions/source/nsplugin/source/so_msg.hxx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-05 16:25:38 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-05 16:26:13 +0200
commitbe8855ebe4e5b978971d77df3d40e051d09597a7 (patch)
tree962b8334dac47a7a3c4b80d60481680ce15bb027 /extensions/source/nsplugin/source/so_msg.hxx
parent5eab53585c4ec52fe82f9b45273ca2f35a1fc1ca (diff)
Some more win64 "fixes"
Change-Id: Id3de720a7ab28499644881e628a18f99121cb3c9
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;