diff options
Diffstat (limited to 'tests/windows/ncrypt-int.h')
-rw-r--r-- | tests/windows/ncrypt-int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/windows/ncrypt-int.h b/tests/windows/ncrypt-int.h new file mode 100644 index 0000000..a4762bd --- /dev/null +++ b/tests/windows/ncrypt-int.h @@ -0,0 +1 @@ +#define assert_int_nequal(x,y) assert((x)==(y)) |