rajeshgangam / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

DokanNet missing DOKAN_MOUNT_POINT_ERROR #199

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DokanNet is missing a definition for DOKAN_MOUNT_POINT_ERROR

Solution add

        public const int DOKAN_MOUNT_POINT_ERROR    = -6; // Mount point is invalid

to DokanNet.cs at line 106

Original issue reported on code.google.com by dave.ak...@gmail.com on 14 Jan 2011 at 9:23

GoogleCodeExporter commented 9 years ago
Thank you for your report. Added by 
http://code.google.com/p/dokan/source/detail?r=184

Original comment by asa...@gmail.com on 16 Jan 2011 at 12:19