mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
[Application]
- Added some codes to avoid loading a dll from current directory. [Library] - Added new functions to avoid loading a dll from current directory. (CSystem::RmSetDllDirectory(), CSystem::RmLoadLibrary())
This commit is contained in:
@ -40,14 +40,6 @@
|
||||
#endif
|
||||
#define RAINMETER_VERSION MAKE_VER(1, 3, 0)
|
||||
|
||||
enum PLATFORM
|
||||
{
|
||||
PLATFORM_9X,
|
||||
PLATFORM_NT4,
|
||||
PLATFORM_2K,
|
||||
PLATFORM_XP
|
||||
};
|
||||
|
||||
void RainmeterRefresh(HWND, const char* arg);
|
||||
void RainmeterRefreshApp(HWND, const char* arg);
|
||||
void RainmeterRedraw(HWND, const char* arg);
|
||||
@ -226,7 +218,6 @@ public:
|
||||
void ClearDeleteLaterList();
|
||||
|
||||
static std::vector<std::wstring> ParseString(LPCTSTR str);
|
||||
static PLATFORM IsNT();
|
||||
static std::wstring ExtractPath(const std::wstring& strFilePath);
|
||||
static void ExpandEnvironmentVariables(std::wstring& strPath);
|
||||
|
||||
|
Reference in New Issue
Block a user