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.

34 lines
483 B

  1. /*++ BUILD Version: 0001
  2. *
  3. * WOW v1.0
  4. *
  5. * Copyright (c) 1991, Microsoft Corporation
  6. *
  7. * WMTBL32.H
  8. * WOW32 32-bit Message Thunkers
  9. *
  10. * History:
  11. * Created 23-Feb-1992 by Chandan Chauhan (ChandanC)
  12. --*/
  13. #define THUNKMSG 1
  14. #define UNTHUNKMSG 0
  15. /* Message dispatch table
  16. */
  17. extern M32 aw32Msg[];
  18. #ifdef DEBUG_OR_WOWPROFILE
  19. extern INT iMsgMax;
  20. #endif
  21. #ifdef DEBUG
  22. #define WM32UNDOCUMENTED WM32Undocumented
  23. #else
  24. #define WM32UNDOCUMENTED WM32NoThunking
  25. #endif