- add win32, coded by Don Becker.

This commit is contained in:
Bryce Denney 2001-10-01 03:53:40 +00:00
parent c38d1a046a
commit 25942a527d

View File

@ -81,3 +81,6 @@ private:
#if defined(linux)
#define ETH_LINUX 1
#endif
#if defined(WIN32)
#define ETH_WIN32 1
#endif