/**
 * 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 core/sys/windows/_basetyps.d)
 */
module nulib.system.win32.basetyps;
public import nulib.system.com.uuid;

alias error_status_t = uint;
alias PROPID = uint;