No user32.lib on WinCE

[SVN r41219]
This commit is contained in:
John Maddock
2007-11-19 10:20:36 +00:00
parent bddeb83175
commit 6b83bf86aa

View File

@ -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