27 |
#include <commctrl.h> |
#include <commctrl.h> |
28 |
#include <sys/stat.h> |
#include <sys/stat.h> |
29 |
|
|
30 |
#include "../resource.h" |
#include "resource.h" |
31 |
#include "wptCommonCtl.h" |
#include "wptCommonCtl.h" |
32 |
#include "wptGPG.h" |
#include "wptGPG.h" |
33 |
#include "wptW32API.h" |
#include "wptW32API.h" |
40 |
#include "wptVersion.h" |
#include "wptVersion.h" |
41 |
#include "wptFileManager.h" |
#include "wptFileManager.h" |
42 |
#include "wptRegistry.h" |
#include "wptRegistry.h" |
43 |
|
#include "wptCrypto.h" |
44 |
|
|
45 |
#define FM_SEPARATOR_ID 10001 |
#define FM_SEPARATOR_ID 10001 |
46 |
|
|
837 |
CloseHandle (ctx.fd); |
CloseHandle (ctx.fd); |
838 |
p = make_filename (ctx.drive, "temp_winpt.tmp", NULL); |
p = make_filename (ctx.drive, "temp_winpt.tmp", NULL); |
839 |
if (p && !file_exist_check (p)) |
if (p && !file_exist_check (p)) |
840 |
unlink (p); |
remove (p); |
841 |
free_if_alloc (p); |
free_if_alloc (p); |
842 |
} |
} |
843 |
EndDialog( dlg, FALSE ); |
EndDialog( dlg, FALSE ); |