- Timestamp:
- Jun 3, 2002, 3:37:36 PM (23 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/ole2.c
r8556 r8562 2272 2272 }; 2273 2273 2274 LPENUMFORMATETC IEnumFORMATETC_Constructor(UINT cfmt, const FORMATETC afmt[])2274 static LPENUMFORMATETC IEnumFORMATETC_Constructor(UINT cfmt, const FORMATETC afmt[]) 2275 2275 { 2276 2276 IEnumFORMATETCImpl* ef; … … 2421 2421 * IDataObject_Constructor 2422 2422 */ 2423 LPDATAOBJECT IDataObject_Constructor()2423 static LPDATAOBJECT IDataObject_Constructor() 2424 2424 { 2425 2425 IDataObjectImpl* dto; -
trunk/src/user32/wndmsg.cpp
r7808 r8562 1 /* $Id: wndmsg.cpp,v 1.1 7 2002-02-06 16:31:49 sandervl Exp $ */1 /* $Id: wndmsg.cpp,v 1.18 2002-06-03 13:37:19 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window message text function for OS/2 … … 746 746 }; 747 747 748 INT gcMessages = sizeof(gaMsgs) / sizeof(MSGDESC);748 static INT gcMessages = sizeof(gaMsgs) / sizeof(MSGDESC); 749 749 750 750
Note:
See TracChangeset
for help on using the changeset viewer.