FIX: Bug [0001909] Possible Error in DCMD SDK Linux 64-bit (C interface)

This commit is contained in:
Alexander Koblov 2017-09-05 18:43:16 +00:00
commit 5b0c8e71b9

View file

@ -70,7 +70,7 @@ typedef BOOL (DCPCALL *tDialogBoxLFMFileProc)(char* LFMFileName, tDlgProc DlgPro
#pragma pack(push)
#pragma pack(1)
typedef struct {
unsigned long StructSize;
uint32_t StructSize;
char PluginDir[EXT_MAX_PATH];
char PluginConfDir[EXT_MAX_PATH];
tInputBoxProc InputBox;