diff options
Diffstat (limited to 'tests/un/win_wstr.c')
-rw-r--r-- | tests/un/win_wstr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/un/win_wstr.c b/tests/un/win_wstr.c index 51fc820..1bc78bf 100644 --- a/tests/un/win_wstr.c +++ b/tests/un/win_wstr.c @@ -1,4 +1,5 @@ #include <ungrateful.h> + #if !defined(OS_WINDOWS) int main(void) { return 0; @@ -11,7 +12,7 @@ int main(void) { int main(void) { wchar *caption, *text; - un_alloc_temp_init(UN_KB(4)); + un_init(UN_MB(4)); Allocator talloc = un_alloc_temp_get(); |