Changeset 7441 for trunk/include


Ignore:
Timestamp:
Nov 23, 2001, 7:08:03 PM (24 years ago)
Author:
phaller
Message:

.

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/ccollection.h

    r7414 r7441  
    1 /* $Id: ccollection.h,v 1.8 2001-11-21 19:08:22 phaller Exp $ */
     1/* $Id: ccollection.h,v 1.9 2001-11-23 18:08:03 phaller Exp $ */
    22
    33/*
     
    120120        PLINEARLISTENTRY addAfter  (PLINEARLISTENTRY pLLE, void *pObject);
    121121        void             removeElement(PLINEARLISTENTRY pLLE);
    122         int              removeElement(void *pObject);
     122        int              removeObject(void *pObject);
    123123        PLINEARLISTENTRY findForward(void *pObject);
    124124        PLINEARLISTENTRY findForward(PLINEARLISTENTRY pLLECurrent,
  • trunk/include/win/winioctl.h

    r7434 r7441  
    467467
    468468
    469 typedef LARGE_INTEGER PHYSICAL_ADDRESS;
     469typedef LARGE_INTEGER PHYSICAL_ADDRESS, *PPHYSICAL_ADDRESS;
    470470
    471471//Parallel Port IOCTLs
Note: See TracChangeset for help on using the changeset viewer.