| 6 |
details. |
details. |
| 7 |
|
|
| 8 |
Mixmaster DLL startup |
Mixmaster DLL startup |
| 9 |
$Id: dllmain.c,v 1.4 2002/09/18 23:26:16 rabbi Exp $ */ |
$Id: dllmain.c,v 1.5 2002/10/09 20:53:28 weaselp Exp $ */ |
| 10 |
|
|
| 11 |
|
|
| 12 |
#include "mix3.h" |
#include "mix3.h" |
| 19 |
rnd_state = RND_WILLSEED; |
rnd_state = RND_WILLSEED; |
| 20 |
mix_init(NULL); |
mix_init(NULL); |
| 21 |
if (rnd_state == RND_WILLSEED) |
if (rnd_state == RND_WILLSEED) |
| 22 |
rnd_state = RND_NOTSEEDED; |
rnd_state = RND_NOTSEEDED; |
| 23 |
} |
} |
| 24 |
break; |
break; |
| 25 |
case DLL_PROCESS_DETACH: |
case DLL_PROCESS_DETACH: |