Changeset 9617 for trunk/src/kernel32/winimagebase.cpp
- Timestamp:
- Jan 5, 2003, 1:31:26 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagebase.cpp
r8327 r9617 1 /* $Id: winimagebase.cpp,v 1.3 5 2002-04-29 17:05:30sandervl Exp $ */1 /* $Id: winimagebase.cpp,v 1.36 2003-01-05 12:31:25 sandervl Exp $ */ 2 2 3 3 /* … … 151 151 //dummy 152 152 return 0; 153 } 154 //****************************************************************************** 155 //****************************************************************************** 156 ULONG Win32ImageBase::setApi(char *name, ULONG pfnNewProc) 157 { 158 return -1; //only implemented for PE modules 159 } 160 //****************************************************************************** 161 //****************************************************************************** 162 ULONG Win32ImageBase::setApi(int ordinal, ULONG pfnNewProc) 163 { 164 return -1; //only implemented for PE modules 153 165 } 154 166 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.