Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/qsieve.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
extern "C" {
#endif

// rpcndr.h (included via windows.h) defines a `small` macro, which leads to conflicts
Comment thread
tobiasdiez marked this conversation as resolved.
Outdated
#undef small

#define QS_DEBUG 0 /* level of debug information printed, 0 = none */

#define BITS_ADJUST 25 /* add to sieve entries to compensate approximations */
Expand Down