Ignore:
Timestamp:
Jan 23, 2003, 9:21:30 PM (23 years ago)
Author:
sandervl
Message:

PF: header fix for C compiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odinlx.h

    r7797 r9730  
    1 /* $Id: odinlx.h,v 1.8 2002-02-03 13:15:40 sandervl Exp $ */
     1/* $Id: odinlx.h,v 1.9 2003-01-23 20:21:30 sandervl Exp $ */
    22
    33/*
     
    2222#define ORDINAL_REGISTERDUMMYEXE        1249
    2323
     24#ifdef __cplusplus
    2425extern "C" {
     26#endif
    2527
    2628typedef ULONG (* WIN32API WIN32DLLENTRY)(ULONG hInstance, ULONG reason, LPVOID reserved);
    2729typedef int (* WIN32API WINMAIN)(HANDLE hInstance, HANDLE hPrevInstance, LPSTR lpCmdLine, int nShowCmd);
     30
     31#ifdef __cplusplus
     32}
     33#endif
     34
     35#ifdef __cplusplus
    2836
    2937//******************************************************************************
     
    4654                             DWORD MinorImageVersion = ODINNT_MINOR_VERSION,
    4755                             DWORD Subsystem = IMAGE_SUBSYSTEM_WINDOWS_CUI);
     56#else
     57
     58DWORD WIN32API RegisterLxDll(HINSTANCE hInstance, WIN32DLLENTRY EntryPoint,
     59                             PVOID pResData,
     60                             DWORD MajorImageVersion,
     61                             DWORD MinorImageVersion,
     62                             DWORD Subsystem) ;
     63
     64#endif
    4865
    4966//******************************************************************************
     
    6481BOOL WIN32API RegisterDummyExe(LPSTR pszExeName);
    6582
    66 }
     83
    6784#endif
Note: See TracChangeset for help on using the changeset viewer.