Debug.h

xiaoxiao2021-03-06  40

#ifndef debug_h #define debug_h # include "winbase.h" // -> # include

#define dbgout (x) OutputDebugstring (x); #define dbgoutfmt (debugstr) {char Buf [1024]; sprintf debugstr; Outputdebugstring ((lpctstr) buf);}

#ENDIF

转载请注明原文地址:https://www.9cbs.com/read-67983.html

New Post(0)