Skip to content

Commit

Permalink
v0.0.14
Browse files Browse the repository at this point in the history
Notable changes:

- Windows applications not in ConsoleMode now properly guess
  handle types for FILE_TYPE_CHAR file types which cannot be
  stat'ed.
  (6485e16)
- The UVWASI_DEBUG macro can now be used without a format string.
  (c5b979d)
- The libuv dependency has been updated to v1.44.2.
  (a186035)
  • Loading branch information
cjihrig committed Dec 16, 2022
1 parent 6485e16 commit 02a7e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uvwasi.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extern "C" {

#define UVWASI_VERSION_MAJOR 0
#define UVWASI_VERSION_MINOR 0
#define UVWASI_VERSION_PATCH 13
#define UVWASI_VERSION_PATCH 14
#define UVWASI_VERSION_HEX ((UVWASI_VERSION_MAJOR << 16) | \
(UVWASI_VERSION_MINOR << 8) | \
(UVWASI_VERSION_PATCH))
Expand Down

0 comments on commit 02a7e48

Please sign in to comment.