Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

fix issue when compile windows version #541

Merged
merged 1 commit into from Jun 23, 2015

Conversation

witwall
Copy link
Contributor

@witwall witwall commented Jun 23, 2015

fix issue: '_mkdir' was not declared in this scope

pdf2htmlEX-0.13.6/src/util/path.cc: In function 'void pdf2htmlEX::create_directories(const string&)':
pdf2htmlEX-0.13.6/src/util/mingw.h:17:29: error: '_mkdir' was not declared in this scope
 #define mkdir(A, B) _mkdir(A)

fix issue: '_mkdir' was not declared in this scope
@coolwanglu
Copy link
Owner

Thanks!

coolwanglu added a commit that referenced this pull request Jun 23, 2015
fix issue when compile windows version
@coolwanglu coolwanglu merged commit 984c118 into coolwanglu:master Jun 23, 2015
@coolwanglu
Copy link
Owner

Oh, just found that this is for the master branch, which should be incoming.
I'll merge it this time though.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants