Leaked source code of windows server 2003
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
585 B

  1. /****************************** Module Header ******************************\
  2. * Module Name: w32w64a.h
  3. *
  4. * Copyright (c) 1985 - 1999, Microsoft Corporation
  5. *
  6. * This header file contains macros used to access kernel mode data
  7. * from user mode for wow64.
  8. *
  9. * History:
  10. * 08-18-98 PeterHal Created.
  11. \***************************************************************************/
  12. #ifndef _W32W64A_
  13. #define _W32W64A_
  14. #include <w32w64.h>
  15. #if !defined(_MAC) || !defined(GDI_INTERNAL)
  16. DECLARE_KHANDLE(HBRUSH);
  17. #endif
  18. DECLARE_KHANDLE(HBITMAP);
  19. #endif // _W32W64A_