From 8caccb7d266d21a64e70164c271e914c7fe210ab Mon Sep 17 00:00:00 2001 From: fayjf 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: https://svn.code.sf.net/p/freeglut/code/trunk@951 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/src/freeglutdll.def | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/freeglut/freeglut/src/freeglutdll.def b/freeglut/freeglut/src/freeglutdll.def index d46ecb6..ac52730 100644 --- a/freeglut/freeglut/src/freeglutdll.def +++ b/freeglut/freeglut/src/freeglutdll.def @@ -149,3 +149,7 @@ EXPORTS __glutInitWithExit __glutCreateWindowWithExit __glutCreateMenuWithExit + glutMultiButtonFunc + glutMultiEntryFunc + glutMultiMotionFunc + glutMultiPassiveFunc