parent
611477e9e7
commit
32e83fc1e7
|
@ -165,6 +165,7 @@ void LogStop(void) {
|
|||
|
||||
///////////////////////////////////////////////////////////////// Console
|
||||
#ifdef WIN32
|
||||
#ifdef BETA_VERSION
|
||||
void OpenConsole()
|
||||
{
|
||||
COORD csize;
|
||||
|
@ -213,3 +214,4 @@ void printlog(char *fmt, ...) {
|
|||
WriteConsole(hConsole,ptr, (DWORD)len, &tmp, 0);
|
||||
}
|
||||
#endif
|
||||
#endif
|
|
@ -53,9 +53,9 @@ void LogStop(void);
|
|||
|
||||
#ifdef WIN32
|
||||
#ifdef BETA_VERSION
|
||||
extern void OpenConsole();
|
||||
extern void CloseConsole();
|
||||
extern void printlog(LPCTSTR *fmt, ...);
|
||||
void OpenConsole();
|
||||
void CloseConsole();
|
||||
void printlog(LPCTSTR *fmt, ...);
|
||||
#else
|
||||
#define OpenConsole()
|
||||
#define CloseConsole()
|
||||
|
|
Loading…
Reference in New Issue