Changeset 6917 for trunk/src


Ignore:
Timestamp:
Oct 1, 2001, 3:39:17 AM (24 years ago)
Author:
bird
Message:

Watcom: Corrected LibMain to OdinLibMain.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dllentry/dllentry.cpp

    r5309 r6917  
    1 /* $Id: dllentry.cpp,v 1.6 2001-03-13 18:47:12 sandervl Exp $ */
     1/* $Id: dllentry.cpp,v 1.7 2001-10-01 01:39:17 bird Exp $ */
    22
    33/*
     
    118118{
    119119    CheckVersionFromHMOD(PE2LX_VERSION, hModule);
    120     dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab);
     120    dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)&_Resource_PEResTab);
    121121    if (dllHandle == 0)
    122122        return 0;
Note: See TracChangeset for help on using the changeset viewer.