display.c: exclude SHARED_MODULE if console

This commit is contained in:
h_vogt 2013-03-23 17:54:52 +01:00
parent 6fe8f4edcf
commit 4320fcef36
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ DevInit(void)
if (!dispdev) {
#if !defined(HAS_WINGUI) && !defined(TCL_MODULE) && (defined(_MSC_VER) || defined(__MINGW32__))
#if !defined(HAS_WINGUI) && !defined(TCL_MODULE) && !defined(SHARED_MODULE) && (defined(_MSC_VER) || defined(__MINGW32__))
/* console application under MS Windows */
fprintf
(cp_err,