Changeset 1843 for trunk/include


Ignore:
Timestamp:
Nov 26, 1999, 1:04:33 AM (26 years ago)
Author:
sandervl
Message:

MS Word fixes + changes

Location:
trunk/include
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/os2wrap.h

    r1401 r1843  
    1 /* $Id: os2wrap.h,v 1.9 1999-10-22 18:02:52 sandervl Exp $ */
     1/* $Id: os2wrap.h,v 1.10 1999-11-26 00:04:30 sandervl Exp $ */
    22#ifndef __OS2WRAP_H__
    33#define __OS2WRAP_H__
     
    97199719}
    97209720
     9721#undef  GpiCreatePS
     9722#define GpiCreatePS _GpiCreatePS
     9723
    97219724inline BOOL _GpiDestroyPS(HPS a)
    97229725{
  • trunk/include/windllbase.h

    r1812 r1843  
    1 /* $Id: windllbase.h,v 1.4 1999-11-22 20:36:53 sandervl Exp $ */
     1/* $Id: windllbase.h,v 1.5 1999-11-26 00:04:32 sandervl Exp $ */
    22
    33/*
     
    6262static  void      tlsDetachThreadFromAllDlls();
    6363
    64 virtual ULONG     getApi(char *name)  = 0;
    65 virtual ULONG     getApi(int ordinal) = 0;
    66 
    6764        BOOL      attachProcess();
    6865        BOOL      detachProcess();
  • trunk/include/windlllx.h

    r978 r1843  
    1 /* $Id: windlllx.h,v 1.2 1999-09-18 17:45:23 sandervl Exp $ */
     1/* $Id: windlllx.h,v 1.3 1999-11-26 00:04:32 sandervl Exp $ */
    22
    33/*
     
    2424virtual ULONG     Release();
    2525
    26 virtual ULONG     getApi(char *name);
    27 virtual ULONG     getApi(int ordinal);
    28 
    2926virtual BOOL      isLxDll();
    3027
  • trunk/include/windllpe2lx.h

    r1327 r1843  
    1 /* $Id: windllpe2lx.h,v 1.3 1999-10-17 01:52:19 bird Exp $ */
     1/* $Id: windllpe2lx.h,v 1.4 1999-11-26 00:04:32 sandervl Exp $ */
    22
    33/*
     
    2929    BOOL     init();
    3030
    31     /** @cat Exports */
    32     virtual ULONG getApi(char *name);
    33     virtual ULONG getApi(int ordinal);
    34 
    3531    /** @cat Query */
    3632    virtual BOOL  isLxDll();
  • trunk/include/windllpeldr.h

    r953 r1843  
    1 /* $Id: windllpeldr.h,v 1.1 1999-09-15 23:29:37 sandervl Exp $ */
     1/* $Id: windllpeldr.h,v 1.2 1999-11-26 00:04:32 sandervl Exp $ */
    22
    33/*
     
    2323
    2424virtual BOOL  init(ULONG reservedMem);
    25 virtual ULONG getApi(char *name);
    26 virtual ULONG getApi(int ordinal);
    2725
    2826virtual BOOL  isLxDll();
  • trunk/include/winfakepeldr.h

    r1413 r1843  
    1 /* $Id: winfakepeldr.h,v 1.1 1999-10-23 12:36:09 sandervl Exp $ */
     1/* $Id: winfakepeldr.h,v 1.2 1999-11-26 00:04:32 sandervl Exp $ */
    22
    33/*
     
    2222virtual ~Win32PeLdrRsrcImg();
    2323
     24virtual ULONG     getApi(char *name);
     25virtual ULONG     getApi(int ordinal);
     26
    2427virtual BOOL  isDll();
    2528
  • trunk/include/winimagebase.h

    r1812 r1843  
    1 /* $Id: winimagebase.h,v 1.4 1999-11-22 20:36:53 sandervl Exp $ */
     1/* $Id: winimagebase.h,v 1.5 1999-11-26 00:04:33 sandervl Exp $ */
    22
    33/*
     
    7979        void  tlsDetachThread();        //destroy TLS structures
    8080
     81virtual ULONG     getApi(char *name)  = 0;
     82virtual ULONG     getApi(int ordinal) = 0;
     83
    8184virtual BOOL  isDll() = 0;
    8285
  • trunk/include/winimagelx.h

    r978 r1843  
    1 /* $Id: winimagelx.h,v 1.2 1999-09-18 17:45:23 sandervl Exp $ */
     1/* $Id: winimagelx.h,v 1.3 1999-11-26 00:04:33 sandervl Exp $ */
    22
    33/*
     
    2121virtual ~Win32LxImage();
    2222
     23virtual ULONG     getApi(char *name);
     24virtual ULONG     getApi(int ordinal);
     25
    2326protected:
    2427private:
  • trunk/include/winimagepe2lx.h

    r1327 r1843  
    1 /* $Id: winimagepe2lx.h,v 1.3 1999-10-17 01:52:20 bird Exp $ */
     1/* $Id: winimagepe2lx.h,v 1.4 1999-11-26 00:04:33 sandervl Exp $ */
    22
    33/*
     
    4343    virtual BOOL init();
    4444
     45    /** @cat Exports */
     46    virtual ULONG getApi(char *name);
     47    virtual ULONG getApi(int ordinal);
     48
    4549private:
    4650    /** @cat constructor helpers */
  • trunk/include/winimagepeldr.h

    r1833 r1843  
    1 /* $Id: winimagepeldr.h,v 1.6 1999-11-24 19:33:34 sandervl Exp $ */
     1/* $Id: winimagepeldr.h,v 1.7 1999-11-26 00:04:33 sandervl Exp $ */
    22
    33/*
     
    8282virtual BOOL  init(ULONG reservedMem);
    8383
     84    virtual ULONG getApi(char *name);
     85    virtual ULONG getApi(int ordinal);
     86
    8487        //commits image page(s) when an access violation exception is dispatched
    8588        BOOL  commitPage(ULONG virtAddress, BOOL fWriteAccess, int fPageCmd = SECTION_PAGES);
Note: See TracChangeset for help on using the changeset viewer.