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