Commit dd8afec6 authored by Jack Jansen's avatar Jack Jansen

Shuffled include's around (name conflict on Mac wrt teclick())

parent 74076501
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment