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
659 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1993.
  5. //
  6. // File: stksw.hxx
  7. //
  8. // Contents: 32-bit private function declarations
  9. //
  10. // History: 5-Dec-94 JohannP Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #ifndef _STKSW_
  14. #define _STKSW_
  15. #define CallbackTo16(a,b) WOWCallback16(a,b)
  16. #define CallbackTo16Ex(a,b,c,d,e) WOWCallback16Ex(a,b,c,d,e)
  17. #define SSONBIGSTACK() (SSOnBigStack())
  18. #define SSONSMALLSTACK() (!SSOnBigStack())
  19. #endif // _STKSW_
  20.