win32, ...: avoid including windows.h
Include the most specific header documented by MSDN instead.
This commit is contained in:
@@ -26,8 +26,6 @@
|
||||
|
||||
#include <boost/lockfree/spsc_queue.hpp>
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
// Worker thread for all COM operation
|
||||
class COMWorker {
|
||||
Thread thread{BIND_THIS_METHOD(Work)};
|
||||
|
Reference in New Issue
Block a user