#include "windows.h" versus #include <windows.h>

Gerald Pfeifer pfeifer at dbai.tuwien.ac.at
Thu Jun 5 03:06:51 CDT 2003


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
-- 
Gerald "Jerry"   pfeifer at dbai.tuwien.ac.at   http://www.pfeifer.com/gerald/



More information about the wine-devel mailing list