Skip to content
Draft
Changes from all commits
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
2 changes: 1 addition & 1 deletion win32/win32iop.h
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ END_EXTERN_C
#define malloc win32_malloc
#define calloc win32_calloc
#define realloc win32_realloc
#define free win32_free
static inline void free(void *ptr) { win32_free(ptr); }
#endif

/* XXX Why are APIs like sleep(), times() etc. inside a block
Expand Down
Loading