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.

25 lines
506 B

  1. /****************************************************************************
  2. Copyright (c) Microsoft Corporation 1997
  3. All rights reserved
  4. File: PCH.H
  5. Precompiled header file for RBSETUP.
  6. ***************************************************************************/
  7. #define UNICODE
  8. #if DBG == 1
  9. #define DEBUG
  10. #endif
  11. #include <windows.h>
  12. #include "debug.h"
  13. #include "resource.h"
  14. extern HINSTANCE g_hinstance;
  15. // Global macros
  16. #define ARRAYSIZE( _x ) ( sizeof( _x ) / sizeof( _x[ 0 ] ) )