windows fixes needed for formatting changes.
This commit is contained in:
parent
c54d92b78f
commit
2b07c8091c
|
@ -3,6 +3,7 @@
|
|||
#pragma warning(disable: 4514) // unreferenced inline
|
||||
#pragma warning(disable: 4710) // not inlined
|
||||
#pragma warning(disable: 4663) // C++ change, template specialization
|
||||
#pragma warning(disable: 4503) // decorated name length too long
|
||||
#pragma warning(push, 3)
|
||||
#pragma warning(disable: 4018) // signed/unsigned mismatch
|
||||
#pragma warning(disable: 4284)
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
#include "IClipboard.h"
|
||||
#include "CMutex.h"
|
||||
#include "CString.h"
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
class CString;
|
||||
class CThread;
|
||||
|
||||
class CMSWindowsScreen {
|
||||
|
|
Loading…
Reference in New Issue