Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
545 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1999.
  5. //
  6. // File: headers.hxx
  7. //
  8. // Contents: Global header file for all modules.
  9. //
  10. // History: 01-15-1999 DavidMun Created
  11. //
  12. //---------------------------------------------------------------------------
  13. #include <windows.h>
  14. #include <windowsx.h>
  15. #include "dlg.hxx"
  16. #include "errordlg.hxx"
  17. #include "resource.h"
  18. #define ARRAYLEN(a) (sizeof(a) / sizeof((a)[0]))