From 3d4b8c879e4b18194c97e543e91ce75690141e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sat, 7 Jun 2008 12:39:14 +0000 Subject: [PATCH] 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 --- headers/build/HaikuBuildCompatibility.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/build/HaikuBuildCompatibility.h b/headers/build/HaikuBuildCompatibility.h index 4920e83b60..66e8cb7302 100644 --- a/headers/build/HaikuBuildCompatibility.h +++ b/headers/build/HaikuBuildCompatibility.h @@ -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