diff options
Diffstat (limited to 'src/win32/tcp.h')
-rw-r--r-- | src/win32/tcp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/win32/tcp.h b/src/win32/tcp.h new file mode 100644 index 00000000000..5fc85d9447b --- /dev/null +++ b/src/win32/tcp.h @@ -0,0 +1,6 @@ +#ifndef _INET_TCP_ +#define _INET_TCP_ + +/* JKR added file, all hacks will be in the files added, not in EGCS */ + +#endif /* _INET_TCP_ */ |