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.

21 lines
256 B

  1. /*++ BUILD Version: 0001
  2. *
  3. * WOW v1.0
  4. *
  5. * Copyright (c) 1991, 1992, 1993 Microsoft Corporation
  6. *
  7. * WOWTABLE.H
  8. * WOW32 API thunk table
  9. *
  10. --*/
  11. /* thunk table
  12. */
  13. extern W32 aw32WOW[];
  14. #ifdef DEBUG_OR_WOWPROFILE
  15. extern INT cAPIThunks;
  16. #endif