diff options
author | Bruce Momjian | 1999-01-17 06:27:05 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-01-17 06:27:05 +0000 |
commit | bce901af7db4430b9e216c39c8144376c1a31ab4 (patch) | |
tree | c9fa958b4c020c7d5d466409856b9b3665d3fca6 /src/win32/tcp.h | |
parent | 7a6b562fdf60f1d1ebe9e2bc154d0ffd56dab2d1 (diff) |
Win32 new files.
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 0000000000..5fc85d9447 --- /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_ */ |