Remove GetDocRelativePath function

Help is always located in the same folder as binary that is using it.
This commit is contained in:
ge0rdi
2023-06-09 17:52:19 +02:00
parent 4377817bef
commit 9800b03b63
11 changed files with 2 additions and 57 deletions
-5
View File
@@ -45,11 +45,6 @@ static int g_LoadDialogs[]=
0
};
const wchar_t *GetDocRelativePath( void )
{
return DOC_PATH;
}
static HANDLE g_DllInitThread;
static DWORD CALLBACK DllInitThread( void* )
-6
View File
@@ -22,12 +22,6 @@
#include <atlstr.h>
#include <atlwin.h>
#ifdef BUILD_SETUP
#define DOC_PATH L""
#else
#define DOC_PATH L"..\\..\\Docs\\Help\\"
#endif
#include "StringUtils.h"
#include "TrackResources.h"
#include "Assert.h"