From dc977a99e0122c0f0d680f8cd3eb9c0cd459b5b7 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 14 Aug 1995 12:17:18 +0000 Subject: Shuffled include's around (name conflict on Mac wrt teclick()) --- Modules/stdwinmodule.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Modules/stdwinmodule.c b/Modules/stdwinmodule.c index 675b959..7ada57a 100644 --- a/Modules/stdwinmodule.c +++ b/Modules/stdwinmodule.c @@ -67,6 +67,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "modsupport.h" #include "ceval.h" #include "sysmodule.h" +#ifdef macintosh +#include "macglue.h" +#endif #ifdef macintosh #include ":::stdwin:H:stdwin.h" @@ -104,10 +107,6 @@ static type_lock StdwinLock; /* Lock held when interpreter not locked */ static object *StdwinError; /* Exception stdwin.error */ -#ifdef macintosh -#include "macglue.h" -#endif - /* Window and menu object types declared here because of forward references */ typedef struct { -- cgit v0.12