Problem: Can't compile Win32 GUI with tiny features.
Solution: Add #ifdef. (Christian Brabandt)
if (s_textArea == NULL)
return FAIL;
+#ifdef FEAT_LIBCALL
/* Try loading an icon from $RUNTIMEPATH/bitmaps/vim.ico. */
{
HANDLE hIcon = NULL;
if (mch_icon_load(&hIcon) == OK && hIcon != NULL)
SendMessage(s_hwnd, WM_SETICON, ICON_SMALL, (LPARAM)hIcon);
}
+#endif
#ifdef FEAT_MENU
s_menuBar = CreateMenu();
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1344,
/**/
1343,
/**/