< prev index next >

src/jdk.accessibility/windows/native/common/AccessBridgeDebug.h

Print this page




  37 #define DEBUGGING_ON
  38 #define SEND_TO_OUTPUT_DEBUG_STRING
  39 //#define JAVA_DEBUGGING_ON
  40 #endif
  41 
  42 #ifdef DEBUGGING_ON
  43 #define DEBUG_CODE(x) x
  44 #else
  45 #define DEBUG_CODE(x) /* */
  46 #endif
  47 
  48 #ifdef __cplusplus
  49 extern "C" {
  50 #endif
  51 
  52     char *printError(char *msg);
  53     void PrintDebugString(char *msg, ...);
  54     void PrintJavaDebugString(char *msg, ...);
  55     void wPrintJavaDebugString(wchar_t *msg, ...);
  56     void wPrintDebugString(wchar_t *msg, ...);


  57 
  58 #ifdef __cplusplus
  59 }
  60 #endif
  61 
  62 
  63 #endif


  37 #define DEBUGGING_ON
  38 #define SEND_TO_OUTPUT_DEBUG_STRING
  39 //#define JAVA_DEBUGGING_ON
  40 #endif
  41 
  42 #ifdef DEBUGGING_ON
  43 #define DEBUG_CODE(x) x
  44 #else
  45 #define DEBUG_CODE(x) /* */
  46 #endif
  47 
  48 #ifdef __cplusplus
  49 extern "C" {
  50 #endif
  51 
  52     char *printError(char *msg);
  53     void PrintDebugString(char *msg, ...);
  54     void PrintJavaDebugString(char *msg, ...);
  55     void wPrintJavaDebugString(wchar_t *msg, ...);
  56     void wPrintDebugString(wchar_t *msg, ...);
  57     void initializeFileLogger();
  58     void finalizeFileLogger();
  59 
  60 #ifdef __cplusplus
  61 }
  62 #endif
  63 
  64 
  65 #endif
< prev index next >