From f056267a8c9627f1d529482fec7defe34c111b46 Mon Sep 17 00:00:00 2001 From: Adam Murdoch Date: Thu, 12 Dec 2013 15:32:09 +1100 Subject: [PATCH] Fixed links --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 0beea94..ca336d5 100755 --- a/readme.md +++ b/readme.md @@ -231,8 +231,8 @@ You can run `$INSTALL_DIR/bin/native-platform-test` to run the test application. ### Ideas * Expose meta-data about an NTFS volume: - * Does the volume support 8.3 file names: Query [FILE_FS_PERSISTENT_VOLUME_INFORMATION](http://msdn.microsoft.com/en-us/library/windows/hardware/ff540280(v=vs.85).aspx) - using [DeviceIoControl()](http://msdn.microsoft.com/en-us/library/aa363216(VS.85).aspx) + * Does the volume support 8.3 file names: Query [FILE_FS_PERSISTENT_VOLUME_INFORMATION](http://msdn.microsoft.com/en-us/library/windows/hardware/ff540280.aspx) + using [DeviceIoControl()](http://msdn.microsoft.com/en-us/library/aa363216.aspx) * Expose native desktop notification services: * OS X message center * Growl