Ignore:
Timestamp:
May 17, 2002, 12:14:08 PM (23 years ago)
Author:
sandervl
Message:

added MapSL stub

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:30 sandervl Exp $ */
     1/* $Id: thunk.cpp,v 1.8 2002-05-17 10:14:08 sandervl Exp $ */
    22
    33/*
     
    327327  return(0);
    328328}
     329//******************************************************************************
     330//******************************************************************************
     331void *WIN32API MapSL(DWORD arg1)
     332{
     333  dprintf(("MapSL %X not supported\n", arg1));
     334  return NULL;
     335}
    329336/***********************************************************************
    330337 *           UnMapSLFixArray   (KERNEL32.701)
Note: See TracChangeset for help on using the changeset viewer.