mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Remove "C" prefix in class names
This commit is contained in:
@ -30,9 +30,9 @@
|
||||
|
||||
struct MeasureData
|
||||
{
|
||||
CRawString objectName;
|
||||
CRawString counterName;
|
||||
CRawString instanceName;
|
||||
RawString objectName;
|
||||
RawString counterName;
|
||||
RawString instanceName;
|
||||
ULONGLONG oldValue;
|
||||
bool difference;
|
||||
bool firstTime;
|
||||
|
Reference in New Issue
Block a user