OSDN Git Service

ismindex: Include direct.h for _mkdir on windows
authorMartin Storsjö <martin@martin.st>
Tue, 28 Aug 2012 19:30:36 +0000 (22:30 +0300)
committerMartin Storsjö <martin@martin.st>
Tue, 28 Aug 2012 21:23:18 +0000 (00:23 +0300)
commitbff714ad4c1a3db38816a9ebded20ef4f60ad08f
tree9c5b20c00b42f0a4457e8ffaf58b5af6925b04dd
parentd4bba93f4d9942ffede16c0f9d810eef7f81fe97
ismindex: Include direct.h for _mkdir on windows

The Windows SDK in MSVC doesn't have mkdir, only _mkdir, and
MSDN says one should include direct.h to use it.

Signed-off-by: Martin Storsjö <martin@martin.st>
tools/ismindex.c