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.

24 lines
436 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 "newrb.h"
  13. #include "debug.h"
  14. #include "utils.h"
  15. #include "resource.h"