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:
squall-leonhart 2009-03-24 05:32:37 +00:00
parent 5761233dc9
commit 71a1818c63
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -2,6 +2,7 @@
#include "MainWnd.h"
#include <shlwapi.h>
#include "ExportGSASnapshot.h"
#include "FileDlg.h"
#include "GSACodeSelect.h"