From 5835344277d10d069d792c59d67e41313d589d68 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Thu, 23 Jul 2009 23:17:59 +0200 Subject: Rewrote the "find hard disks on windows" to use a dll instead. The reasons: A) FSUTIL is internationalized, so on non-english installs, we can't figure out if a disk is fixed. B) I trust this better than fsutil for user control access (a.k.a. popups from hell) on vista. C) fsutil.exe is in C:\windows\system32 so pretty sure it would be there, but there's always a chance it's not in the PATH, or otherwise not accessible. --- winsrc/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 winsrc/.gitignore (limited to 'winsrc/.gitignore') diff --git a/winsrc/.gitignore b/winsrc/.gitignore new file mode 100644 index 00000000..7d929cba --- /dev/null +++ b/winsrc/.gitignore @@ -0,0 +1,2 @@ +lombok_installer_WindowsDriveInfo.o +WindowsDriveInfo.dll -- cgit