blob: f2457ceba445345053127495ffe117e90d5c96ea [file] [log] [blame]
/*
* (c) Copyright IBM Corp., 2000, 2001
* All Rights Reserved.
*/
/**
* swt.h
*
* This file contains the global macro declarations for the
* SWT library.
*
*/
#ifndef INC_swt_H
#define INC_swt_H
#include "jni.h"
/* For debugging */
#define DEBUG_PRINTF(x)
/*#define DEBUG_PRINTF(x) printf x; */
/* define this to print out debug statements */
/* #define DEBUG_CALL_PRINTS */
#ifdef DEBUG_CALL_PRINTS
#define DEBUG_CALL(func) fprintf(stderr, func);
#else
#define DEBUG_CALL(func)
#endif
#define DECL_GLOB(pSym)
#define PGLOB(x) x
#endif /* ifndef INC_swt_H */