Changeset 8449 for trunk/src/kernel32/thunk.cpp
- Timestamp:
- May 17, 2002, 12:14:08 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/thunk.cpp
r7846 r8449 1 /* $Id: thunk.cpp,v 1. 7 2002-02-08 15:09:30sandervl Exp $ */1 /* $Id: thunk.cpp,v 1.8 2002-05-17 10:14:08 sandervl Exp $ */ 2 2 3 3 /* … … 327 327 return(0); 328 328 } 329 //****************************************************************************** 330 //****************************************************************************** 331 void *WIN32API MapSL(DWORD arg1) 332 { 333 dprintf(("MapSL %X not supported\n", arg1)); 334 return NULL; 335 } 329 336 /*********************************************************************** 330 337 * UnMapSLFixArray (KERNEL32.701)
Note:
See TracChangeset
for help on using the changeset viewer.