Skip to content

Commit

Permalink
Fixes declaration of okToFreeSTGMEDIUMHGLOBAL to be shared among sqWi…
Browse files Browse the repository at this point in the history
…n32FileDialog.c and sqWin32Drop.c
  • Loading branch information
marceltaeumel committed Oct 26, 2022
1 parent d38512e commit fde13b6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ static sqWin32FileDialog allDialogs[DLG_MAX];
// then the GlobalFree below will corrupt the Windows heap. I know; no one
// should do this; but users can be capricious. We would rather risk a storage
// leak than have users deal with unexpected and hard to debug crashes.
IMPORT(int) okToFreeSTGMEDIUMHGLOBAL;
extern int okToFreeSTGMEDIUMHGLOBAL;

/***************************************************************************/
/***************************************************************************/
Expand Down

0 comments on commit fde13b6

Please sign in to comment.