faster_path icon indicating copy to clipboard operation
faster_path copied to clipboard

Update FasterPath code for Windows compatibility

Open danielpclark opened this issue 8 years ago • 1 comments

Tracking Issue

  • [ ] #140 Verify & add tests for windows from source

danielpclark avatar Feb 26 '17 01:02 danielpclark

It may be more efficient to use Conditional Compilation

#[cfg(all(windows))]
#[cfg(all(not(windows)))]

danielpclark avatar May 31 '17 00:05 danielpclark