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/winimagebase.h

    r3404 r3483  
    1 /* $Id: winimagebase.h,v 1.6 2000-04-16 10:42:12 sandervl Exp $ */
     1/* $Id: winimagebase.h,v 1.7 2000-05-02 20:53:14 sandervl Exp $ */
    22
    33/*
     
    9999        void  tlsDetachThread();        //destroy TLS structures
    100100
     101virtual BOOL  insideModule(ULONG address);
     102virtual BOOL  insideModuleCode(ULONG address);
     103
    101104virtual ULONG getApi(char *name)  = 0;
    102105virtual ULONG getApi(int ordinal) = 0;
Note: See TracChangeset for help on using the changeset viewer.