Changeset 7441 for trunk/include
- Timestamp:
- Nov 23, 2001, 7:08:03 PM (24 years ago)
- 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:22phaller Exp $ */1 /* $Id: ccollection.h,v 1.9 2001-11-23 18:08:03 phaller Exp $ */ 2 2 3 3 /* … … 120 120 PLINEARLISTENTRY addAfter (PLINEARLISTENTRY pLLE, void *pObject); 121 121 void removeElement(PLINEARLISTENTRY pLLE); 122 int remove Element(void *pObject);122 int removeObject(void *pObject); 123 123 PLINEARLISTENTRY findForward(void *pObject); 124 124 PLINEARLISTENTRY findForward(PLINEARLISTENTRY pLLECurrent, -
trunk/include/win/winioctl.h
r7434 r7441 467 467 468 468 469 typedef LARGE_INTEGER PHYSICAL_ADDRESS ;469 typedef LARGE_INTEGER PHYSICAL_ADDRESS, *PPHYSICAL_ADDRESS; 470 470 471 471 //Parallel Port IOCTLs
Note:
See TracChangeset
for help on using the changeset viewer.