From cca1365ffa2982257118f1f26ce399bd3af268b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20=C3=85strand?= Date: Mon, 25 Jan 2010 08:25:24 +0000 Subject: [PATCH] Need to define IDC_STATIC to build in MSVC git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3955 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- win/winvnc/winvnc.rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/win/winvnc/winvnc.rc b/win/winvnc/winvnc.rc index c443b6b5..f217aeac 100644 --- a/win/winvnc/winvnc.rc +++ b/win/winvnc/winvnc.rc @@ -9,6 +9,10 @@ // #include "windows.h" +#ifndef IDC_STATIC +#define IDC_STATIC -1 +#endif + ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS -- 2.39.5