[8388] Replaced UTF8PRINT macro by a function

Should also fix possible color leak on Windows CLI.

Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
freghar 2009-08-18 20:00:45 +02:00
parent 65e723ba9e
commit 17b94e1e09
4 changed files with 37 additions and 36 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8387"
#define REVISION_NR "8388"
#endif // __REVISION_NR_H__