Ignore:
Timestamp:
Sep 27, 2002, 3:58:24 PM (23 years ago)
Author:
sandervl
Message:

Disable physical disk & volume access by default; call EnablePhysicalDiskAccess to enable it (custom build)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/custombuild.h

    r9156 r9302  
    126126BOOL WIN32API SetCustomHideCursorOnLock(BOOL state);
    127127
     128//Call to enable access to physical disks or volumes (default is disabled)
     129void WIN32API EnablePhysicalDiskAccess(BOOL fEnable);
     130
    128131#endif  /*__CUSTOMBUILD_H__*/
    129132
Note: See TracChangeset for help on using the changeset viewer.