mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
SkinInstaller: Fixed that 32-bit plugins were installed for 64-bit Rainmeter
This commit is contained in:
parent
07f49f79a4
commit
20d3910e91
@ -32,10 +32,10 @@ CDialogInstall* CDialogInstall::c_Dialog = NULL;
|
||||
|
||||
inline bool IsWin32Build()
|
||||
{
|
||||
#ifdef _WIN32
|
||||
return true;
|
||||
#else
|
||||
#ifdef _WIN64
|
||||
return false;
|
||||
#else
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user