diff options
Diffstat (limited to 'src/winNT_portio.c')
-rw-r--r-- | src/winNT_portio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/winNT_portio.c b/src/winNT_portio.c index d892977..6eee64c 100644 --- a/src/winNT_portio.c +++ b/src/winNT_portio.c @@ -105,3 +105,7 @@ int open_port(int port) }
}
#endif /* NT */
+
+void z_winNT_portio_setup(void)
+{
+}
|