Changeset 8562 for trunk/src


Ignore:
Timestamp:
Jun 3, 2002, 3:37:36 PM (23 years ago)
Author:
sandervl
Message:

custom build fix

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/ole2.c

    r8556 r8562  
    22722272};
    22732273
    2274 LPENUMFORMATETC IEnumFORMATETC_Constructor(UINT cfmt, const FORMATETC afmt[])
     2274static LPENUMFORMATETC IEnumFORMATETC_Constructor(UINT cfmt, const FORMATETC afmt[])
    22752275{
    22762276        IEnumFORMATETCImpl* ef;
     
    24212421*  IDataObject_Constructor
    24222422*/
    2423 LPDATAOBJECT IDataObject_Constructor()
     2423static LPDATAOBJECT IDataObject_Constructor()
    24242424{
    24252425        IDataObjectImpl* dto;
  • trunk/src/user32/wndmsg.cpp

    r7808 r8562  
    1 /* $Id: wndmsg.cpp,v 1.17 2002-02-06 16:31:49 sandervl Exp $ */
     1/* $Id: wndmsg.cpp,v 1.18 2002-06-03 13:37:19 sandervl Exp $ */
    22/*
    33 * Win32 window message text function for OS/2
     
    746746};
    747747
    748 INT gcMessages = sizeof(gaMsgs) / sizeof(MSGDESC);
     748static INT gcMessages = sizeof(gaMsgs) / sizeof(MSGDESC);
    749749
    750750
Note: See TracChangeset for help on using the changeset viewer.