The following most certainly cannot be right:
% grep windows.h .../wine/programs/notepad/*.c .../wine/programs/notepad/License_En.c:#include "windows.h" .../wine/programs/notepad/dialog.c:#include <windows.h> .../wine/programs/notepad/license.c:#include "windows.h" .../wine/programs/notepad/main.c:#include <windows.h>
Should this generally be "windows.h" or <windows.h>?
(I suppose the former.) Anybody going to unify this?
Gerald