diff options
Diffstat (limited to 'ktnef/gui/wmfstruct.h')
-rw-r--r-- | ktnef/gui/wmfstruct.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ktnef/gui/wmfstruct.h b/ktnef/gui/wmfstruct.h index ca4f1f7db..33a4a67c2 100644 --- a/ktnef/gui/wmfstruct.h +++ b/ktnef/gui/wmfstruct.h @@ -6,7 +6,7 @@ typedef short WORD; typedef int DWORD; -typedef Q_INT32 LONG; +typedef TQ_INT32 LONG; typedef void* _HANDLE; typedef struct _RECT @@ -53,7 +53,7 @@ struct WmfEnhMetaHeader WORD nHandles; // Number of handles in the handle table // Handle index zero is reserved. WORD sReserved; // Reserved. Must be zero. - DWORD nDescription; // Number of chars in the unicode description string + DWORD nDescription; // Number of chars in the tqunicode description string // This is 0 if there is no description string DWORD offDescription; // Offset to the metafile description record. // This is 0 if there is no description string |