Ignore:
Timestamp:
Oct 1, 2000, 11:25:49 PM (25 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/library.cpp

    r4274 r4356  
    1 /* $Id: library.cpp,v 1.3 2000-09-17 10:31:05 davidr Exp $ */
     1/* $Id: library.cpp,v 1.4 2000-10-01 21:22:08 phaller Exp $ */
    22/*
    33 *
     
    1919 */
    2020
     21/*****************************************************************************
     22 * Includes                                                                  *
     23 *****************************************************************************/
     24
     25#include <odin.h>
     26#include <odinwrap.h>
     27#include <os2sel.h>
     28
     29
    2130#include "ole32.h"
    2231
    2332#include "oString.h"
    2433#include "moniker.h"    // RunningObjectTableImpl_***
     34
     35
     36/*****************************************************************************
     37 * Defines                                                                   *
     38 *****************************************************************************/
     39
     40ODINDEBUGCHANNEL(OLE32-LIBRARY)
     41
    2542
    2643// ======================================================================
     
    4966// CoLoadLibrary
    5067// ----------------------------------------------------------------------
    51 HINSTANCE WIN32API CoLoadLibrary(LPSTR lpszLibName, BOOL bAutoFree)
     68//HINSTANCE WIN32API CoLoadLibrary(LPSTR lpszLibName, BOOL bAutoFree)
     69ODINFUNCTION2(HINSTANCE, CoLoadLibrary,
     70              LPSTR, lpszLibName,
     71              BOOL, bAutoFree)
    5272{
    5373    HINSTANCE   hLibrary;
Note: See TracChangeset for help on using the changeset viewer.