Ignore:
Timestamp:
May 2, 2000, 10:53:15 PM (25 years ago)
Author:
sandervl
Message:

added exception stack dump code; GetLocaleInfoA fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagepeldr.h

    r3074 r3483  
    1 /* $Id: winimagepeldr.h,v 1.1 2000-03-10 16:12:03 sandervl Exp $ */
     1/* $Id: winimagepeldr.h,v 1.2 2000-05-02 20:53:15 sandervl Exp $ */
    22
    33/*
     
    8383virtual BOOL  init(ULONG reservedMem);
    8484
     85    virtual BOOL  insideModule(ULONG address);
     86    virtual BOOL  insideModuleCode(ULONG address);
     87
    8588    virtual ULONG getApi(char *name);
    8689    virtual ULONG getApi(int ordinal);
Note: See TracChangeset for help on using the changeset viewer.