Do not use TCHAR string functions as they are not available on cygwin.

This commit is contained in:
Vladimir Serbinenko 2013-12-14 23:25:30 +01:00
parent 4bad23a15f
commit 6d3cfe5063
3 changed files with 41 additions and 15 deletions

View file

@ -1,3 +1,7 @@
2013-12-14 Vladimir Serbinenko <phcoder@gmail.com>
Do not use TCHAR string functions as they are not available on cygwin.
2013-12-14 Vladimir Serbinenko <phcoder@gmail.com>
Workaround windows bug when querying EFI system partition parameters.