From: Peter Åstrand Date: Mon, 25 Jan 2010 08:25:24 +0000 (+0000) Subject: Need to define IDC_STATIC to build in MSVC X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cca1365ffa2982257118f1f26ce399bd3af268b4;p=tigervnc.git 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 --- 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