timers internally now use 64bit unsigned int, if available
[freeglut] / src / Common / freeglutdll.def
index 306cfc6..ac52730 100644 (file)
-LIBRARY freeglut\r
-VERSION 2.6\r
-EXPORTS\r
-       glutInit\r
-       glutInitWindowPosition\r
-       glutInitWindowSize\r
-       glutInitDisplayMode\r
-       glutInitDisplayString\r
-       glutMainLoop\r
-       glutMainLoopEvent\r
-       glutLeaveMainLoop\r
-       glutCreateWindow\r
-       glutCreateSubWindow\r
-       glutDestroyWindow\r
-       glutSetWindow\r
-       glutGetWindow\r
-       glutSetWindowData\r
-       glutGetWindowData\r
-       glutSetWindowTitle\r
-       glutSetIconTitle\r
-       glutReshapeWindow\r
-       glutPositionWindow\r
-       glutShowWindow\r
-       glutHideWindow\r
-       glutIconifyWindow\r
-       glutPushWindow\r
-       glutPopWindow\r
-       glutFullScreen\r
-       glutPostWindowRedisplay\r
-       glutPostRedisplay\r
-       glutSwapBuffers\r
-       glutWarpPointer\r
-       glutSetCursor\r
-       glutEstablishOverlay\r
-       glutRemoveOverlay\r
-       glutUseLayer\r
-       glutPostOverlayRedisplay\r
-       glutPostWindowOverlayRedisplay\r
-       glutShowOverlay\r
-       glutHideOverlay\r
-       glutCreateMenu\r
-       glutDestroyMenu\r
-       glutGetMenu\r
-       glutSetMenu\r
-       glutGetMenuData\r
-       glutSetMenuData\r
-       glutAddMenuEntry\r
-       glutAddSubMenu\r
-       glutChangeToMenuEntry\r
-       glutChangeToSubMenu\r
-       glutRemoveMenuItem\r
-       glutAttachMenu\r
-       glutDetachMenu\r
-       glutTimerFunc\r
-       glutIdleFunc\r
-       glutKeyboardFunc\r
-       glutSpecialFunc\r
-       glutReshapeFunc\r
-       glutVisibilityFunc\r
-       glutDisplayFunc\r
-       glutMouseFunc\r
-       glutMouseWheelFunc\r
-       glutMotionFunc\r
-       glutPassiveMotionFunc\r
-       glutEntryFunc\r
-       glutCloseFunc\r
-       glutWMCloseFunc\r
-       glutKeyboardUpFunc\r
-       glutSpecialUpFunc\r
-       glutJoystickFunc\r
-       glutMenuStateFunc\r
-       glutMenuStatusFunc\r
-       glutMenuDestroyFunc\r
-       glutOverlayDisplayFunc\r
-       glutWindowStatusFunc\r
-       glutSpaceballMotionFunc\r
-       glutSpaceballRotateFunc\r
-       glutSpaceballButtonFunc\r
-       glutButtonBoxFunc\r
-       glutDialsFunc\r
-       glutTabletMotionFunc\r
-       glutTabletButtonFunc\r
-       glutSetOption\r
-       glutGet\r
-       glutDeviceGet\r
-       glutGetModifiers\r
-       glutLayerGet\r
-       glutBitmapCharacter\r
-       glutBitmapWidth\r
-       glutStrokeCharacter\r
-       glutStrokeWidth\r
-       glutBitmapLength\r
-       glutStrokeLength\r
-       glutBitmapHeight\r
-       glutStrokeHeight\r
-       glutBitmapString\r
-       glutStrokeString\r
-       glutWireCube\r
-       glutSolidCube\r
-       glutWireSphere\r
-       glutSolidSphere\r
-       glutWireCone\r
-       glutSolidCone\r
-       glutWireTorus\r
-       glutSolidTorus\r
-       glutWireDodecahedron\r
-       glutSolidDodecahedron\r
-       glutWireOctahedron\r
-       glutSolidOctahedron\r
-       glutWireTetrahedron\r
-       glutSolidTetrahedron\r
-       glutWireIcosahedron\r
-       glutSolidIcosahedron\r
-       glutWireRhombicDodecahedron\r
-       glutSolidRhombicDodecahedron\r
-       glutWireSierpinskiSponge\r
-       glutSolidSierpinskiSponge\r
-       glutWireTeapot\r
-       glutSolidTeapot\r
-       glutWireCylinder\r
-       glutSolidCylinder\r
-       glutGameModeString\r
-       glutEnterGameMode\r
-       glutLeaveGameMode\r
-       glutGameModeGet\r
-       glutVideoResizeGet\r
-       glutSetupVideoResizing\r
-       glutStopVideoResizing\r
-       glutVideoResize\r
-       glutVideoPan\r
-       glutSetColor\r
-       glutGetColor\r
-       glutCopyColormap\r
-       glutIgnoreKeyRepeat\r
-       glutSetKeyRepeat\r
-       glutForceJoystickFunc\r
-       glutExtensionSupported\r
-       glutReportErrors\r
-       glutGetProcAddress\r
-       glutExit\r
-       glutFullScreenToggle\r
-       glutLeaveFullScreen\r
-       glutGetModeValues\r
-       glutInitContextFlags\r
-       glutInitContextVersion\r
-       glutInitContextProfile\r
-        glutInitErrorFunc\r
-        glutInitWarningFunc\r
-       __glutInitWithExit\r
-       __glutCreateWindowWithExit\r
-       __glutCreateMenuWithExit\r
-       glutMultiButtonFunc\r
-       glutMultiEntryFunc\r
-       glutMultiMotionFunc\r
-       glutMultiPassiveFunc\r
+LIBRARY freeglut
+VERSION 2.6
+EXPORTS
+       glutInit
+       glutInitWindowPosition
+       glutInitWindowSize
+       glutInitDisplayMode
+       glutInitDisplayString
+       glutMainLoop
+       glutMainLoopEvent
+       glutLeaveMainLoop
+       glutCreateWindow
+       glutCreateSubWindow
+       glutDestroyWindow
+       glutSetWindow
+       glutGetWindow
+       glutSetWindowData
+       glutGetWindowData
+       glutSetWindowTitle
+       glutSetIconTitle
+       glutReshapeWindow
+       glutPositionWindow
+       glutShowWindow
+       glutHideWindow
+       glutIconifyWindow
+       glutPushWindow
+       glutPopWindow
+       glutFullScreen
+       glutPostWindowRedisplay
+       glutPostRedisplay
+       glutSwapBuffers
+       glutWarpPointer
+       glutSetCursor
+       glutEstablishOverlay
+       glutRemoveOverlay
+       glutUseLayer
+       glutPostOverlayRedisplay
+       glutPostWindowOverlayRedisplay
+       glutShowOverlay
+       glutHideOverlay
+       glutCreateMenu
+       glutDestroyMenu
+       glutGetMenu
+       glutSetMenu
+       glutGetMenuData
+       glutSetMenuData
+       glutAddMenuEntry
+       glutAddSubMenu
+       glutChangeToMenuEntry
+       glutChangeToSubMenu
+       glutRemoveMenuItem
+       glutAttachMenu
+       glutDetachMenu
+       glutTimerFunc
+       glutIdleFunc
+       glutKeyboardFunc
+       glutSpecialFunc
+       glutReshapeFunc
+       glutVisibilityFunc
+       glutDisplayFunc
+       glutMouseFunc
+       glutMouseWheelFunc
+       glutMotionFunc
+       glutPassiveMotionFunc
+       glutEntryFunc
+       glutCloseFunc
+       glutWMCloseFunc
+       glutKeyboardUpFunc
+       glutSpecialUpFunc
+       glutJoystickFunc
+       glutMenuStateFunc
+       glutMenuStatusFunc
+       glutMenuDestroyFunc
+       glutOverlayDisplayFunc
+       glutWindowStatusFunc
+       glutSpaceballMotionFunc
+       glutSpaceballRotateFunc
+       glutSpaceballButtonFunc
+       glutButtonBoxFunc
+       glutDialsFunc
+       glutTabletMotionFunc
+       glutTabletButtonFunc
+       glutSetOption
+       glutGet
+       glutDeviceGet
+       glutGetModifiers
+       glutLayerGet
+       glutBitmapCharacter
+       glutBitmapWidth
+       glutStrokeCharacter
+       glutStrokeWidth
+       glutBitmapLength
+       glutStrokeLength
+       glutBitmapHeight
+       glutStrokeHeight
+       glutBitmapString
+       glutStrokeString
+       glutWireCube
+       glutSolidCube
+       glutWireSphere
+       glutSolidSphere
+       glutWireCone
+       glutSolidCone
+       glutWireTorus
+       glutSolidTorus
+       glutWireDodecahedron
+       glutSolidDodecahedron
+       glutWireOctahedron
+       glutSolidOctahedron
+       glutWireTetrahedron
+       glutSolidTetrahedron
+       glutWireIcosahedron
+       glutSolidIcosahedron
+       glutWireRhombicDodecahedron
+       glutSolidRhombicDodecahedron
+       glutWireSierpinskiSponge
+       glutSolidSierpinskiSponge
+       glutWireTeapot
+       glutSolidTeapot
+       glutWireCylinder
+       glutSolidCylinder
+       glutGameModeString
+       glutEnterGameMode
+       glutLeaveGameMode
+       glutGameModeGet
+       glutVideoResizeGet
+       glutSetupVideoResizing
+       glutStopVideoResizing
+       glutVideoResize
+       glutVideoPan
+       glutSetColor
+       glutGetColor
+       glutCopyColormap
+       glutIgnoreKeyRepeat
+       glutSetKeyRepeat
+       glutForceJoystickFunc
+       glutExtensionSupported
+       glutReportErrors
+       glutGetProcAddress
+       glutExit
+       glutFullScreenToggle
+       glutLeaveFullScreen
+       glutGetModeValues
+       glutInitContextFlags
+       glutInitContextVersion
+       glutInitContextProfile
+        glutInitErrorFunc
+        glutInitWarningFunc
+       __glutInitWithExit
+       __glutCreateWindowWithExit
+       __glutCreateMenuWithExit
+       glutMultiButtonFunc
+       glutMultiEntryFunc
+       glutMultiMotionFunc
+       glutMultiPassiveFunc