Line | |
---|
1 | /*
|
---|
2 | *
|
---|
3 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
4 | *
|
---|
5 | */
|
---|
6 | /*
|
---|
7 | * Win32 OLE stubs for OS/2
|
---|
8 | *
|
---|
9 | * 1998/06/12
|
---|
10 | *
|
---|
11 | * Copyright 1998 Sander van Leeuwen
|
---|
12 | */
|
---|
13 |
|
---|
14 | #include "ole32.h"
|
---|
15 |
|
---|
16 | // ----------------------------------------------------------------------
|
---|
17 | // CoBuildVersion()
|
---|
18 | // ----------------------------------------------------------------------
|
---|
19 | DWORD WIN32API CoBuildVersion()
|
---|
20 | {
|
---|
21 | dprintf(("OLE32.CoBuildVersion\n"));
|
---|
22 | return (rmm<<16)+rup;
|
---|
23 | }
|
---|
24 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.