Adding four new functions to the DLL export definition so that they will be exported without decoration, per e-mail from Martin Payne dated 12/12/11 at 3:16 AM
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@951 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
a1f12724d0
commit
8caccb7d26
@ -149,3 +149,7 @@ EXPORTS
|
|||||||
__glutInitWithExit
|
__glutInitWithExit
|
||||||
__glutCreateWindowWithExit
|
__glutCreateWindowWithExit
|
||||||
__glutCreateMenuWithExit
|
__glutCreateMenuWithExit
|
||||||
|
glutMultiButtonFunc
|
||||||
|
glutMultiEntryFunc
|
||||||
|
glutMultiMotionFunc
|
||||||
|
glutMultiPassiveFunc
|
||||||
|
Reference in New Issue
Block a user