Skip to content

Commit

Permalink
Fix ICONV_CONST compiler warning on Solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot committed Jan 13, 2024
1 parent db8650d commit 83c8c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psl.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ typedef SSIZE_T ssize_t;
#endif

#ifndef WINICONV_CONST
# define WINICONV_CONST
# define WINICONV_CONST ICONV_CONST
#endif

#include <libpsl.h>
Expand Down

0 comments on commit 83c8c2c

Please sign in to comment.