Problem: Wrong function prototype because of missing static.
Solution: Add "static".
typedef int HINSTANCE;
typedef int HWND;
typedef int INPUT_RECORD;
+typedef int INT;
typedef int KEY_EVENT_RECORD;
typedef int LOGFONT;
typedef int LPBOOL;
return NULL;
}
- int
+ static int
null_libintl_putenv(const char *envstring UNUSED)
{
return 0;
}
- int
+ static int
null_libintl_wputenv(const wchar_t *envstring UNUSED)
{
return 0;
void *get_dll_import_func(HINSTANCE hInst, const char *funcname);
int dyn_libintl_init(void);
void dyn_libintl_end(void);
-int null_libintl_putenv(const char *envstring);
-int null_libintl_wputenv(const wchar_t *envstring);
void PlatformId(void);
void mch_setmouse(int on);
void mch_update_cursor(void);
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 844,
/**/
843,
/**/