summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/generic/RTUuidCreate-generic.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2009-07-07 14:58:27 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2009-07-07 14:58:27 +0000
commitb262e1c4f9758d44557105ae83f1de7b7f123dfc (patch)
tree4d9530f479fd0015fcb1b1cd88be476828346c33 /src/VBox/Runtime/generic/RTUuidCreate-generic.cpp
parent61311d7faf97c6b16b704e3337ba05e24495fb9a (diff)
downloadVirtualBox-svn-b262e1c4f9758d44557105ae83f1de7b7f123dfc.tar.gz
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
Diffstat (limited to 'src/VBox/Runtime/generic/RTUuidCreate-generic.cpp')
-rw-r--r--src/VBox/Runtime/generic/RTUuidCreate-generic.cpp3
1 files changed, 3 insertions, 0 deletions
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 <iprt/uuid.h>
+#include "internal/iprt.h"
+
#include <iprt/assert.h>
#include <iprt/err.h>
#include <iprt/rand.h>
@@ -54,4 +56,5 @@ RTDECL(int) RTUuidCreate(PRTUUID pUuid)
return VINF_SUCCESS;
}
+RT_EXPORT_SYMBOL(RTUuidCreate);