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

  1. /****************************** Module Header ******************************\
  2. * Module Name: CMACS.H
  3. *
  4. * This module contains common macros used by C routines.
  5. *
  6. * Created: 9-Feb-1989
  7. *
  8. * Copyright (c) 1985 - 1989 Microsoft Corporation
  9. *
  10. * History:
  11. * Created by Raor
  12. *
  13. \***************************************************************************/
  14. #define _WINDOWS
  15. #define DLL_USE
  16. #define INTERNAL PASCAL NEAR
  17. #define FARINTERNAL PASCAL FAR
  18. #define DEBUG_OUT(err, val) ;
  19. #define ASSERT(cond, msg)
  20. #define Puts(msg)