Changeset 2874 for trunk/kLdr/kLdrDyld.c


Ignore:
Timestamp:
Nov 12, 2006, 8:34:03 AM (19 years ago)
Author:
bird
Message:

windows exe stub.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrDyld.c

    r2871 r2874  
    227227 *
    228228 * @param   pArgs       Pointer to the argument package residing in the executable stub.
    229  */
    230 void kldrDoDyldLoadExe(PKLDREXEARGS pArgs)
     229 * @param   pvOS        OS specific argument.
     230 */
     231#ifndef __OS2__
     232void kLdrDyldLoadExe(PKLDREXEARGS pArgs, void *pvOS)
     233#else
     234void kldrDyldLoadExe(PKLDREXEARGS pArgs, void *pvOS)
     235#endif
    231236{
    232237    void *pvStack;
Note: See TracChangeset for help on using the changeset viewer.