1
0
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:
Lu Wang 2014-01-11 16:36:19 +08:00
parent 1cd9f00955
commit 6993ef1368
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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