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
24 lines
565 B
/****************************** Module Header ******************************\
|
|
* Module Name: CMACS.H
|
|
*
|
|
* This module contains common macros used by C routines.
|
|
*
|
|
* Created: 9-Feb-1989
|
|
*
|
|
* Copyright (c) 1985 - 1989 Microsoft Corporation
|
|
*
|
|
* History:
|
|
* Created by Raor
|
|
*
|
|
\***************************************************************************/
|
|
|
|
#define _WINDOWS
|
|
#define DLL_USE
|
|
|
|
#define INTERNAL PASCAL NEAR
|
|
#define FARINTERNAL PASCAL FAR
|
|
|
|
#define DEBUG_OUT(err, val) ;
|
|
#define ASSERT(cond, msg)
|
|
#define Puts(msg)
|
|
|