1 /***********************************************************************\ 2 * ole2ver.d * 3 * * 4 * Windows API header module * 5 * * 6 * Translated from MinGW API for MS-Windows 3.10 * 7 * * 8 * Placed into public domain * 9 \***********************************************************************/ 10 module win32.ole2ver; 11 12 // These are apparently not documented on the MSDN site 13 const rmm = 23; 14 const rup = 639;