Skip to content

Commit

Permalink
removed lib .def file generation fix for UJSON4C
Browse files Browse the repository at this point in the history
UJSON4C exported one function inappropriately, likely a remnant of how
the library was assembled.
The export was removed in the library, so the partial workaround
(anonymizing the symbol) is no longer needed.
  • Loading branch information
bpintea committed Jul 24, 2018
1 parent 92cc47a commit fa3634f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions driver/build_def.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ echo.>> %OUTFILE%
echo EXPORTS>> %OUTFILE%
echo.>> %OUTFILE%
powershell -NoLogo -ExecutionPolicy Bypass -Command %FILTER%>> %OUTFILE%
echo.>> %OUTFILE%
REM minimize the exposure of this unwanted export
echo JSON_DecodeObject @1 NONAME PRIVATE>> %OUTFILE%

0 comments on commit fa3634f

Please sign in to comment.