mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
fix build; changelog
This commit is contained in:
parent
1cd9f00955
commit
6993ef1368
@ -9,6 +9,10 @@ Developing v0.11
|
||||
* Always generate TTF before the final output
|
||||
* Fix CSS for loading-indicator
|
||||
* Do not set style for global <span>
|
||||
* Improvements on the SVG output
|
||||
* New options
|
||||
--tmp-file-size-limit
|
||||
--tmp-dir
|
||||
|
||||
v0.10
|
||||
2013.10.17
|
||||
|
@ -17,6 +17,7 @@
|
||||
using namespace std;
|
||||
|
||||
#ifndef _WIN32
|
||||
# include <unistd.h>
|
||||
# define STAT stat
|
||||
# define RMDIR rmdir
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user