summaryrefslogtreecommitdiff
path: root/updater/updater.h
diff options
context:
space:
mode:
Diffstat (limited to 'updater/updater.h')
-rw-r--r--updater/updater.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/updater/updater.h b/updater/updater.h
index a0e6c5f..1926b34 100644
--- a/updater/updater.h
+++ b/updater/updater.h
@@ -10,6 +10,10 @@
#include "m_updater.h"
+#ifdef _WIN64
+#define UPDATE_V1_SIZE 96
+#else
#define UPDATE_V1_SIZE 48
+#endif
#endif