mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0001909] Possible Error in DCMD SDK Linux 64-bit (C interface)
This commit is contained in:
parent
5df2c923a2
commit
5b0c8e71b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue