rocksdb/port/win
Yuriy Chernyshov a6a179859e #include <winioctl.h> as MSDN prescribes (#9612)
Summary:
The recommendation can be found e. g. [here](https://docs.microsoft.com/en-us/windows/win32/api/winioctl/ns-winioctl-storage_property_query).

While `<windows.h>` transitively includes `<winioctl.h>` by default, this can be switched off by `/DWIN32_LEAN_AND_MEAN` which forces the user to include-what-you-use.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/9612

Reviewed By: riversand963

Differential Revision: D34845629

Pulled By: ajkr

fbshipit-source-id: 1ef9273074e3d84864c6833a7de6eb9df81e29d9
2022-03-13 17:01:21 -07:00
..
env_default.cc Remove using namespace (#9369) 2022-01-12 09:31:12 -08:00
env_win.cc #include <winioctl.h> as MSDN prescribes (#9612) 2022-03-13 17:01:21 -07:00
env_win.h
io_win.cc
io_win.h
port_win.cc Remove using namespace (#9369) 2022-01-12 09:31:12 -08:00
port_win.h Require C++17 (#9481) 2022-02-04 17:13:10 -08:00
win_jemalloc.cc
win_logger.cc
win_logger.h
win_thread.cc
win_thread.h
xpress_win.cc
xpress_win.h