Ignore:
Timestamp:
Oct 24, 1999, 12:59:40 AM (26 years ago)
Author:
sandervl
Message:

several small changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odinlx.h

    r978 r1420  
    1 /* $Id: odinlx.h,v 1.3 1999-09-18 17:45:22 sandervl Exp $ */
     1/* $Id: odinlx.h,v 1.4 1999-10-23 22:59:38 sandervl Exp $ */
    22
    33/*
     
    2121//Create LX Dll object and send process attach message
    2222//System dlls set EntryPoint to 0
     23//Returns: Odin32 module handle
    2324//******************************************************************************
    24 BOOL WIN32API RegisterLxDll(HINSTANCE hInstance, WIN32DLLENTRY EntryPoint, PVOID pResData);
     25DWORD WIN32API RegisterLxDll(HINSTANCE hInstance, WIN32DLLENTRY EntryPoint, PVOID pResData);
    2526
    2627//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.