|
Revision 204, 0.8 kB
(checked in by smjg, 5 years ago)
|
Started the MinGW 3.10 ball rolling. Filled in a few odd enum types
|
| Line | |
|---|
| 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; |
|---|