Changeset 978 for trunk/include/odinlx.h


Ignore:
Timestamp:
Sep 18, 1999, 7:47:10 PM (26 years ago)
Author:
sandervl
Message:

Changes for LX image resource support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odinlx.h

    r970 r978  
    1 /* $Id: odinlx.h,v 1.2 1999-09-18 15:55:45 sandervl Exp $ */
     1/* $Id: odinlx.h,v 1.3 1999-09-18 17:45:22 sandervl Exp $ */
    22
    33/*
     
    2222//System dlls set EntryPoint to 0
    2323//******************************************************************************
    24 BOOL WIN32API RegisterLxDll(HINSTANCE hInstance, WIN32DLLENTRY EntryPoint, PVOID unused);
     24BOOL WIN32API RegisterLxDll(HINSTANCE hInstance, WIN32DLLENTRY EntryPoint, PVOID pResData);
    2525
    2626//******************************************************************************
     
    3333//System dlls set EntryPoint to 0
    3434//******************************************************************************
    35 BOOL WIN32API RegisterLxExe(WINMAIN EntryPoint, PVOID unused);
     35BOOL WIN32API RegisterLxExe(WINMAIN EntryPoint, PVOID pResData);
    3636
    3737#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.