Ignore:
Timestamp:
Sep 2, 1999, 7:39:37 PM (26 years ago)
Author:
phaller
Message:

Fix: header fixes for src/shell32/new

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/module.h

    r123 r796  
    1 /* $Id: module.h,v 1.2 1999-06-19 13:57:50 sandervl Exp $ */
     1/* $Id: module.h,v 1.3 1999-09-02 17:39:35 phaller Exp $ */
    22
    33/*
     
    9797    FARPROC16 LoadAppSeg;    /* procedure to load a segment */
    9898    FARPROC16 reserved2;
    99     FARPROC16 MyAlloc;       /* memory allocation procedure, 
     99    FARPROC16 MyAlloc;       /* memory allocation procedure,
    100100                              * wine must write this field */
    101101    FARPROC16 EntryAddrProc;
     
    114114} LOADPARAMS16;
    115115
    116 typedef struct 
     116typedef struct
    117117{
    118118    LPSTR lpEnvAddress;
     
    163163
    164164
    165 
     165#ifndef __WIN32OS2__
    166166/* Resource types */
    167167typedef struct resource_typeinfo_s NE_TYPEINFO;
     
    176176#define NE_MODULE_NAME(pModule) \
    177177    (((OFSTRUCT *)((char*)(pModule) + (pModule)->fileinfo))->szPathName)
     178#endif
    178179
    179180/* module.c */
     
    193194
    194195/* resource.c */
    195 extern INT       WINAPI AccessResource(HMODULE,HRSRC);
    196 
     196extern INT       WINAPI AccessResource(HMODULE,HRSRC);
     197
     198#ifndef __WIN32OS2__
    197199/* loader/ne/module.c */
    198200extern NE_MODULE *NE_GetPtr( HMODULE16 hModule );
     
    206208extern HANDLE NE_OpenFile( NE_MODULE *pModule );
    207209extern HINSTANCE16 MODULE_LoadModule16( LPCSTR name, BOOL implicit );
    208 extern BOOL NE_CreateProcess( HFILE hFile, OFSTRUCT *ofs, LPCSTR cmd_line, LPCSTR env, 
     210extern BOOL NE_CreateProcess( HFILE hFile, OFSTRUCT *ofs, LPCSTR cmd_line, LPCSTR env,
    209211                              LPSECURITY_ATTRIBUTES psa, LPSECURITY_ATTRIBUTES tsa,
    210212                              BOOL inherit, LPSTARTUPINFOA startup,
     
    246248/* if1632/builtin.c */
    247249extern HMODULE16 (*fnBUILTIN_LoadModule)(LPCSTR name, BOOL force);
     250#endif
    248251
    249252#endif  /* __WINE_MODULE_H */
Note: See TracChangeset for help on using the changeset viewer.