diff options
Diffstat (limited to '')
-rw-r--r-- | src/VBox/HostServices/SharedOpenGL/crserverlib/crserverlib.def | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/VBox/HostServices/SharedOpenGL/crserverlib/crserverlib.def b/src/VBox/HostServices/SharedOpenGL/crserverlib/crserverlib.def new file mode 100644 index 00000000..a72ac3f9 --- /dev/null +++ b/src/VBox/HostServices/SharedOpenGL/crserverlib/crserverlib.def @@ -0,0 +1,14 @@ +; Copyright (c) 2001, Stanford University +; All rights reserved. +; +; See the file LICENSE.txt for information on redistributing this software. +EXPORTS +CRServerMain +crVBoxServerInit +crVBoxServerTearDown +crVBoxServerAddClient +crVBoxServerRemoveClient +crVBoxServerClientWrite +crVBoxServerClientRead +crVBoxServerCrHgsmiCmd +crVBoxServerCrHgsmiCtl |