what's wrong with the cmake build bot I don't know. someone please fix it
authorKamil Hornicek <kamil.hornicek@reactos.org>
Thu, 19 Jan 2012 02:50:20 +0000 (02:50 +0000)
committerKamil Hornicek <kamil.hornicek@reactos.org>
Thu, 19 Jan 2012 02:50:20 +0000 (02:50 +0000)
svn path=/trunk/; revision=55009

reactos/base/applications/mstsc/connectdialog.c

index c0e8490..7aebf22 100644 (file)
@@ -27,6 +27,9 @@ HINSTANCE hInst;
 static VOID ReLoadGeneralPage(PINFO pInfo);
 static VOID ReLoadDisplayPage(PINFO pInfo);
 
+#ifndef IDC_NAMEEDIT
+    #define IDC_NAMEEDIT 1015
+#endif
 
 static VOID
 DoOpenFile(PINFO pInfo)