/** * Copyright: Copyright Jason White, 2016 * License: MIT * Authors: Jason White */ module button.watcher.windows; version (Windows): // TODO: Use ReadDirectoryChangesW to watch for file system changes. static assert(false, "Not implemented yet");