X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdebug.h;h=366af5ac255a8e45034943d0d2b8c71e49b933a8;hb=0c01fa32c7e0629ae61992e0419f03724fc18487;hp=b53a15dd3d9ae2a8df6f20927c7913d4fa1e4a0e;hpb=6d13a5166688e470590692eb91c3915ab332fe36;p=ttedit diff --git a/src/debug.h b/src/debug.h index b53a15d..366af5a 100755 --- a/src/debug.h +++ b/src/debug.h @@ -1,15 +1,15 @@ -// -// DEBUG.H: Debugging support header -// by James L. Hammons -// (C) 2002 Underground Software -// - -// Function prototypes - -void OpenDebugLog(void); -void CloseDebugLog(void); -void WriteLogMsg(const char *, ...); -//void WriteSysMsg(void); -//void WriteSQLMsg(DWORD, DWORD); -//void DisplaySysError(HWND); - +// +// DEBUG.H: Debugging support header +// by James L. Hammons +// (C) 2002 Underground Software +// + +// Function prototypes + +void OpenDebugLog(void); +void CloseDebugLog(void); +void WriteLogMsg(const char *, ...); +//void WriteSysMsg(void); +//void WriteSQLMsg(DWORD, DWORD); +//void DisplaySysError(HWND); +