google / UIforETW

User interface for recording and managing ETW traces
https://randomascii.wordpress.com/2015/04/14/uiforetw-windows-performance-made-easier/
Apache License 2.0
1.57k stars 201 forks source link

Source compatibility with clang. #73

Closed mwinterb closed 8 years ago

mwinterb commented 8 years ago

This basically just addresses errors and the more 'silly' warnings: dllimport has no effect when defining a typedef and fully qualifying a class member function with its class name is unnecessary and a Microsoft-specific extension when declaring it.

randomascii commented 8 years ago

Simple enough. Thanks for the fixes.