mirror of
https://github.com/boostorg/regex.git
synced 2025-07-06 09:06:29 +02:00
No user32.lib on WinCE
[SVN r41219]
This commit is contained in:
@ -30,7 +30,7 @@
|
|||||||
#define NOGDI
|
#define NOGDI
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#if defined(_MSC_VER) && !defined(_WIN32_WCE)
|
||||||
#pragma comment(lib, "user32.lib")
|
#pragma comment(lib, "user32.lib")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user