diff options
Diffstat (limited to 'src/VBox/Additions/common/crOpenGL/SunOS_exports.py')
-rw-r--r-- | src/VBox/Additions/common/crOpenGL/SunOS_exports.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/VBox/Additions/common/crOpenGL/SunOS_exports.py b/src/VBox/Additions/common/crOpenGL/SunOS_exports.py new file mode 100644 index 00000000..8f63e0a5 --- /dev/null +++ b/src/VBox/Additions/common/crOpenGL/SunOS_exports.py @@ -0,0 +1,11 @@ +# Copyright (c) 2001, Stanford University +# All rights reserved. +# +# See the file LICENSE.txt for information on redistributing this software. + +import entrypoints + +hacks = [] + +entrypoints.GenerateEntrypoints(hacks) + |