// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_) #define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #define NOMINMAX // Windows Header Files: #include #include // C RunTime Header Files #define _CRTDBG_MAP_ALLOC #include #include #include #include #include #include #include #include using namespace std; bool getUserFile(wchar_t *fileNamePath, const wchar_t *fileName); bool getDesktopFile(wchar_t *fileNamePath, const wchar_t *fileName, const wchar_t *subFolder = 0); bool getMeOSFile(wchar_t *FileNamePath, const wchar_t *FileName); class gdioutput; gdioutput *createExtraWindow(const string &tag, const wstring &title, int max_x = 0, int max_y = 0); gdioutput *getExtraWindow(const string &tag, bool toForeGround); string uniqueTag(const char *base); void LoadPage(const string &name); wstring getTempFile(); wstring getTempPath(); void removeTempFile(const wstring &file); // Delete a temporyary void registerTempFile(const wstring &tempFile); //Register a file/folder as temporary => autmatic removal on exit. const extern string _EmptyString; const extern string _VacantName; const extern wstring _EmptyWString; #endif // !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)