Use __PIC__ and ming32_TARGET_OS to turn on windows DLL support, not ENABLE_WIN32_DLL...
[ghc-hetmet.git] / rts / StgRun.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team, 1998-2004
4  *
5  * Tiny assembler 'layer' between the C and STG worlds.
6  * 
7  ---------------------------------------------------------------------------- */
8
9 #ifndef STGRUN_H
10 #define STGRUN_H
11
12 RTS_PRIVATE StgRegTable * StgRun (StgFunPtr f, StgRegTable *basereg);
13
14 #endif /* STGRUN_H */