mirror of
https://github.com/fadden/ciderpress.git
synced 2025-01-26 21:34:06 +00:00
Minor tweaks
This commit is contained in:
parent
ed2d16a016
commit
b3780261c4
@ -9,8 +9,6 @@
|
||||
#ifndef APP_CHOOSEDIRDIALOG
|
||||
#define APP_CHOOSEDIRDIALOG
|
||||
|
||||
#include "../util/UtilLib.h"
|
||||
#include "resource.h"
|
||||
#include <afxshellmanager.h>
|
||||
|
||||
|
||||
|
@ -13,7 +13,6 @@
|
||||
#include "Main.h"
|
||||
#include "DiskArchive.h"
|
||||
#include "Help/PopUpIds.h"
|
||||
#include <process.h>
|
||||
|
||||
/* magic global that MFC finds (or that finds MFC) */
|
||||
MyApp gMyApp;
|
||||
@ -26,7 +25,7 @@ DebugLog* gDebugLog;
|
||||
* This is the closest thing to "main" that we have, but we
|
||||
* should wait for InitInstance for most things.
|
||||
*/
|
||||
MyApp::MyApp(LPCTSTR lpszAppName) : CWinAppEx(true /*lpszAppName*/)
|
||||
MyApp::MyApp() : CWinAppEx()
|
||||
{
|
||||
gDebugLog = new DebugLog(L"C:\\src\\cplog.txt");
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
class MyApp: public CWinAppEx
|
||||
{
|
||||
public:
|
||||
MyApp(LPCTSTR lpszAppName = NULL);
|
||||
MyApp();
|
||||
virtual ~MyApp(void);
|
||||
|
||||
#ifdef CAN_UPDATE_FILE_ASSOC
|
||||
|
Loading…
x
Reference in New Issue
Block a user