Merge from trunk.
[bpt/emacs.git] / src / w32fns.c
index 28a689d..aa1647f 100644 (file)
@@ -3924,6 +3924,9 @@ w32_wnd_proc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
 
        return retval;
       }
+    case WM_EMACS_FILENOTIFY:
+      my_post_msg (&wmsg, hwnd, msg, wParam, lParam);
+      return 1;
 
     default:
       /* Check for messages registered at runtime. */