summaryrefslogtreecommitdiff
path: root/ExternalAPI/m_variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'ExternalAPI/m_variables.h')
-rw-r--r--ExternalAPI/m_variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ExternalAPI/m_variables.h b/ExternalAPI/m_variables.h
index 1264643..0cba521 100644
--- a/ExternalAPI/m_variables.h
+++ b/ExternalAPI/m_variables.h
@@ -141,7 +141,7 @@ typedef struct {
} FORMATINFO;
-#define FORMATINFOV2_SIZE 28
+#define FORMATINFOV2_SIZE (sizeof(int)*4+sizeof(void*)*2 + sizeof(HANDLE))
// Possible flags:
#define FIF_UNICODE 0x01 // Expects and returns unicode text (WCHAR*).