Use __PIC__ and ming32_TARGET_OS to turn on windows DLL support, not ENABLE_WIN32_DLL...
[ghc-hetmet.git] / rts / Interpreter.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team, 1998-2002.
4  *
5  * Prototypes for functions in Interpreter.c
6  *
7  * ---------------------------------------------------------------------------*/
8
9 #ifndef INTERPRETER_H
10 #define INTERPRETER_H
11
12 RTS_PRIVATE Capability *interpretBCO (Capability* cap);
13
14 #endif /* INTERPRETER_H */