This is a trivial patch which is can fix https://bugs.winehq.org/show_bug.cgi?id=33018 This is related to silverlight which now obsolete. There are no other known applications which use this. --- Vijay
On Mon, May 13, 2019 at 1:21 PM Alexandre Julliard julliard@winehq.org wrote:
Vijay Kiran Kamuju infyquest@gmail.com writes:
@@ -204,6 +206,7 @@ static void CALLBACK collect_uptime( struct counter *counter ) static const struct source counter_sources[] = { { 6, path_processor_time, collect_processor_time, TYPE_PROCESSOR_TIME, -5, 10000000 },
- { 238, path_processor, NULL, 0, 0, 0 },
So what happens if you use PdhAddCounter with this counter?
-- Alexandre Julliard julliard@winehq.org