[project @ 1999-09-16 08:29:01 by sof]
authorsof <unknown>
Thu, 16 Sep 1999 08:29:01 +0000 (08:29 +0000)
committersof <unknown>
Thu, 16 Sep 1999 08:29:01 +0000 (08:29 +0000)
commit39d37a2c44fa3b0994c4ad8e0a5baddf031aca12
tree89d8de138851557b93f93ea8e83fa6cae078a4bf
parent7de7355491778f90063a2a95aaae962df4e93324
[project @ 1999-09-16 08:29:01 by sof]
Move DllMain() into separate file + it doesn't call startupHaskell()
any longer upon loading of the DLL. That is the task of clients of
the RTS.
ghc/rts/Main.c
ghc/rts/RtsDllMain.c [new file with mode: 0644]