mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-04 19:06:45 +08:00
win32 changes. now including windows.h with WIN32_LEAN_AND_MEAN
to avoid including some stuff we don't want (like winsock).
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "CMutex.h"
|
||||
#include "IClipboard.h"
|
||||
#include "BasicTypes.h"
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
class CString;
|
||||
|
||||
Reference in New Issue
Block a user