From: John F. Fay Date: Tue, 13 Dec 2011 04:02:26 +0000 (+0000) Subject: Adding four new functions to the DLL export definition so that they will be exported... X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=57f3d1b0e80d0eedbcc7e070c99bf745fb4bb4ab;p=freeglut 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: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@951 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/freeglutdll.def b/src/freeglutdll.def index d46ecb6..ac52730 100644 --- a/src/freeglutdll.def +++ b/src/freeglutdll.def @@ -149,3 +149,7 @@ EXPORTS __glutInitWithExit __glutCreateWindowWithExit __glutCreateMenuWithExit + glutMultiButtonFunc + glutMultiEntryFunc + glutMultiMotionFunc + glutMultiPassiveFunc