Skip to content

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Nov 10, 2020
1 parent 9c20f78 commit 6c62077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php_xz.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extern php_stream_wrapper php_stream_xz_wrapper;
# define phpext_xz_ptr &xz_module_entry

/* The default size of the buffer used for compression and decompression. */
#define XZ_BUFFER_SIZE 4096
#define XZ_BUFFER_SIZE 4096

#ifdef PHP_WIN32
# define PHP_XZ_API __declspec(dllexport)
Expand Down

0 comments on commit 6c62077

Please sign in to comment.