#include "mfcpch.h"
#include <stdio.h>
#include <stdarg.h>
#include "strngs.h"
#include "varable.h"
#include "debugwin.h"
#include "tprintf.h"
#include "ccutil.h"
Defines | |
#define | MAX_MSG_LEN 1024 |
#define | EXTERN |
Functions | |
DLLSYM void | tprintf (const char *format,...) |
DLLSYM BOOL8 | pause_continue (const char *format,...) |
Variables | |
DLLSYM char * | debug_file = "" |
DLLSYM bool | debug_window_on = FALSE |
#define EXTERN |
#define MAX_MSG_LEN 1024 |
DLLSYM BOOL8 pause_continue | ( | const char * | format, | |
... | ||||
) |
DLLSYM void tprintf | ( | const char * | format, | |
... | ||||
) |
DLLSYM char* debug_file = "" |
"File to send tprintf output to"
DLLSYM bool debug_window_on = FALSE |
"Send tprintf to window unless file set"