add win32 (msvc) support
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
#define GET_ALGORITHM_ID(flags) ((flags) & 0xFF)
|
||||
|
||||
extern struct b_random_algorithm z__b_gen_mt19937;
|
||||
BLUE_API struct b_random_algorithm z__b_gen_mt19937;
|
||||
|
||||
static struct b_random_algorithm *generators[] = {
|
||||
[B_RANDOM_MT19937] = &z__b_gen_mt19937,
|
||||
|
||||
Reference in New Issue
Block a user