mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Code cleanup
This commit is contained in:
@ -689,7 +689,7 @@ void CMeasureNet::WriteStats(const WCHAR* iniFile, const std::wstring& statsDate
|
||||
** Prepares in order to use the new APIs which are available on Vista or newer.
|
||||
**
|
||||
*/
|
||||
void CMeasureNet::InitializeNewApi()
|
||||
void CMeasureNet::InitializeStatic()
|
||||
{
|
||||
if (CSystem::GetOSPlatform() >= OSPLATFORM_VISTA)
|
||||
{
|
||||
@ -717,7 +717,7 @@ void CMeasureNet::InitializeNewApi()
|
||||
** Frees the resources.
|
||||
**
|
||||
*/
|
||||
void CMeasureNet::FinalizeNewApi()
|
||||
void CMeasureNet::FinalizeStatic()
|
||||
{
|
||||
if (c_GetIfTable2)
|
||||
{
|
||||
|
Reference in New Issue
Block a user