From b262e1c4f9758d44557105ae83f1de7b7f123dfc Mon Sep 17 00:00:00 2001 From: vboxsync Date: Tue, 7 Jul 2009 14:58:27 +0000 Subject: IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel (pain). git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@21337 cfe28804-0f27-0410-a406-dd0f0b0b656f --- src/VBox/Runtime/generic/RTUuidCreate-generic.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/VBox/Runtime/generic/RTUuidCreate-generic.cpp') diff --git a/src/VBox/Runtime/generic/RTUuidCreate-generic.cpp b/src/VBox/Runtime/generic/RTUuidCreate-generic.cpp index 4fdd0091fbc..22c18ab2f6c 100644 --- a/src/VBox/Runtime/generic/RTUuidCreate-generic.cpp +++ b/src/VBox/Runtime/generic/RTUuidCreate-generic.cpp @@ -33,6 +33,8 @@ * Header Files * *******************************************************************************/ #include +#include "internal/iprt.h" + #include #include #include @@ -54,4 +56,5 @@ RTDECL(int) RTUuidCreate(PRTUUID pUuid) return VINF_SUCCESS; } +RT_EXPORT_SYMBOL(RTUuidCreate); -- cgit v1.2.1