filepathremover should be fixed as well as fileexists
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@873 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
5761233dc9
commit
71a1818c63
|
@ -4,6 +4,8 @@
|
|||
#include "Reg.h"
|
||||
#include "WinResUtil.h"
|
||||
|
||||
#include <shlobj.h>
|
||||
#include <shlwapi.h>
|
||||
#ifdef _DEBUG
|
||||
#define new DEBUG_NEW
|
||||
#undef THIS_FILE
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#include "MainWnd.h"
|
||||
|
||||
#include <shlwapi.h>
|
||||
|
||||
#include "ExportGSASnapshot.h"
|
||||
#include "FileDlg.h"
|
||||
#include "GSACodeSelect.h"
|
||||
|
|
Loading…
Reference in New Issue