Added one more define that helps when host headers are included.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25838 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-06-07 12:39:14 +00:00
parent 896d01df1e
commit 3d4b8c879e

View File

@ -74,6 +74,7 @@ typedef int socklen_t;
# define _IMPEXP_TRACKER __declspec(dllimport)
# define _IMPEXP_TRANSLATION __declspec(dllimport)
# define _IMPEXP_DEVICE __declspec(dllimport)
# define _IMPEXP_NET __declspec(dllimport)
#endif
#ifdef __cplusplus