X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdebug.h;h=366af5ac255a8e45034943d0d2b8c71e49b933a8;hb=c84263bb8b0d16e4c6da49aa0b7d0bc904ae02b1;hp=b53a15dd3d9ae2a8df6f20927c7913d4fa1e4a0e;hpb=5c7c36b21d0f2a88accd8ff12c05dcc3004ce0e8;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); +