blob: 8157abd04ec3f6822243be34c9d0167d18466bfa [file] [log] [blame]
/**
* Windows API header module
*
* Translated from MinGW API for MS-Windows 3.10
*
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DRUNTIMESRC src/core/sys/windows/_lmuseflg.d)
*/
module core.sys.windows.lmuseflg;
version (Windows):
enum : uint {
USE_NOFORCE = 0,
USE_FORCE,
USE_LOTS_OF_FORCE // = 2
}