mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +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
|
* Always generate TTF before the final output
|
||||||
* Fix CSS for loading-indicator
|
* Fix CSS for loading-indicator
|
||||||
* Do not set style for global <span>
|
* Do not set style for global <span>
|
||||||
|
* Improvements on the SVG output
|
||||||
|
* New options
|
||||||
|
--tmp-file-size-limit
|
||||||
|
--tmp-dir
|
||||||
|
|
||||||
v0.10
|
v0.10
|
||||||
2013.10.17
|
2013.10.17
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
|
# include <unistd.h>
|
||||||
# define STAT stat
|
# define STAT stat
|
||||||
# define RMDIR rmdir
|
# define RMDIR rmdir
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user