1 /** 2 * Windows API header module 3 * 4 * Translated from MinGW API for MS-Windows 3.10 5 * 6 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) 7 * Source: $(DRUNTIMESRC core/sys/windows/_ole2ver.d) 8 */ 9 module core.sys.windows.ole2ver; 10 version (Windows): 11 12 // These are apparently not documented on the MSDN site 13 enum rmm = 23; 14 enum rup = 639; 15