]> source.dussan.org Git - tigervnc.git/commitdiff
Need to define IDC_STATIC to build in MSVC
authorPeter Åstrand <astrand@cendio.se>
Mon, 25 Jan 2010 08:25:24 +0000 (08:25 +0000)
committerPeter Åstrand <astrand@cendio.se>
Mon, 25 Jan 2010 08:25:24 +0000 (08:25 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3955 3789f03b-4d11-0410-bbf8-ca57d06f2519

win/winvnc/winvnc.rc

index c443b6b504b5c69b1933b8cf4377a0c00e713236..f217aeac6d2008880ae6a978c3cb1bba76e115fa 100644 (file)
@@ -9,6 +9,10 @@
 //
 #include "windows.h"
 
+#ifndef IDC_STATIC
+#define IDC_STATIC -1
+#endif
+
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS