racket/src/mysterx/mysterx_pre.h
Matthew Flatt 91add0453f 369.4
svn: r5327
2007-01-12 07:09:56 +00:00

29 lines
474 B
C

#include "stdafx.h"
#include <stdio.h>
#include <malloc.h>
#include <float.h>
#include <limits.h>
#include <io.h>
#include <process.h>
#define _WIN32_DCOM
#include <objbase.h>
#include <mshtml.h>
#include <initguid.h>
#include <winnls.h>
#include <exdisp.h>
#include <shellapi.h>
#include <htmlhelp.h>
#include "escheme.h"
#ifndef MZ_PRECISE_GC
# define XFORM_OK_PLUS +
# define XFORM_OK_MINUS -
# define GC_CAN_IGNORE /* empty */
# define HIDE_FROM_XFORM(x) x
#endif