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.

52 lines
1.4 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1995.
  5. //
  6. // File: headers.hxx
  7. //
  8. // Contents: Precompiled header
  9. //
  10. // History: 30-Oct-95 BruceFo Created
  11. //
  12. //--------------------------------------------------------------------------
  13. #ifndef UNICODE
  14. #error This project must be built with UNICODE defined!
  15. #endif
  16. #include <windows.h>
  17. #include <ole2.h>
  18. #include <stdio.h>
  19. #include <stdlib.h>
  20. #include <lm.h>
  21. #include <lmdfs.h>
  22. //
  23. // Local includes
  24. //
  25. #include <debug.h>
  26. #include "messages.h"
  27. #include "resource.h"
  28. //////////////////////////////////////////////////////////////////////////////
  29. //////////////////////////////////////////////////////////////////////////////
  30. //
  31. // Debugging stuff
  32. //
  33. //////////////////////////////////////////////////////////////////////////////
  34. //////////////////////////////////////////////////////////////////////////////
  35. #include <dbgsup.hxx>
  36. //////////////////////////////////////////////////////////////////////////////
  37. //////////////////////////////////////////////////////////////////////////////
  38. //
  39. // Globals
  40. //
  41. //////////////////////////////////////////////////////////////////////////////
  42. //////////////////////////////////////////////////////////////////////////////
  43. extern HINSTANCE g_hInstance;
  44. #define ARRAYLEN(x) (sizeof(x) / sizeof((x)[0]))