aboutsummaryrefslogtreecommitdiff
path: root/tccpe.c
diff options
context:
space:
mode:
authorJean-Claude Beaudoin <jean.claude.beaudoin@gmail.com>2016-09-27 01:43:40 -0400
committerJean-Claude Beaudoin <jean.claude.beaudoin@gmail.com>2016-09-27 01:43:40 -0400
commit889ee28ed562af4344cba27f17076c88ec099c74 (patch)
treeff11a61c7bd3bb1b7e0eb10ed7b17f0e8427369d /tccpe.c
parent08335c1548c015ccbdaebcd3dae27d94a48d182a (diff)
downloadtinycc-889ee28ed562af4344cba27f17076c88ec099c74.tar.gz
tinycc-889ee28ed562af4344cba27f17076c88ec099c74.tar.bz2
Rein in unintended external functions on Windows.
Diffstat (limited to 'tccpe.c')
-rw-r--r--tccpe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tccpe.c b/tccpe.c
index 2484e4f..4069e51 100644
--- a/tccpe.c
+++ b/tccpe.c
@@ -58,6 +58,7 @@
#endif
+#if 0
#ifdef _WIN32
void dbg_printf (const char *fmt, ...)
{
@@ -70,6 +71,7 @@ void dbg_printf (const char *fmt, ...)
OutputDebugString(buffer);
}
#endif
+#endif
/* ----------------------------------------------------------- */
#ifndef IMAGE_NT_SIGNATURE