From 57f3d1b0e80d0eedbcc7e070c99bf745fb4bb4ab Mon Sep 17 00:00:00 2001 From: "John F. Fay" Date: Tue, 13 Dec 2011 04:02:26 +0000 Subject: [PATCH] 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 --- src/freeglutdll.def | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 1.7.10.4