source: trunk/src/ole32/ole32.cpp@ 200

Last change on this file since 200 was 200, checked in by davidr, 26 years ago

Moved stubs to stubs.cpp

File size: 459 bytes
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// ----------------------------------------------------------------------
19DWORD 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.