mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-11 17:37:22 +10:00
Remove GetDocRelativePath function
Help is always located in the same folder as binary that is using it.
This commit is contained in:
@@ -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* )
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -37,11 +37,6 @@ void SettingChangedCallback( const CSetting *pSetting )
|
||||
{
|
||||
}
|
||||
|
||||
const wchar_t *GetDocRelativePath( void )
|
||||
{
|
||||
return L"";
|
||||
}
|
||||
|
||||
CSetting g_Settings[]={
|
||||
{L"MenuStyleGroup",CSetting::TYPE_GROUP},
|
||||
{L"MenuStyle",CSetting::TYPE_INT,0,0,2},
|
||||
|
||||
Reference in New Issue
Block a user