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

    r3059 r3483  
    1 /* $Id: windllbase.h,v 1.1 2000-03-09 19:03:21 sandervl Exp $ */
     1/* $Id: windllbase.h,v 1.2 2000-05-02 20:53:14 sandervl Exp $ */
    22
    33/*
     
    115115static  Win32DllBase *findModule(HINSTANCE hinstance);
    116116static  Win32DllBase *findModule(WIN32DLLENTRY DllEntryPoint);
     117static  Win32DllBase *findModuleByAddr(ULONG address);
    117118
    118119#ifdef DEBUG_ENABLELOG_LEVEL2
Note: See TracChangeset for help on using the changeset viewer.