Ignore:
Timestamp:
Sep 25, 1999, 9:07:34 PM (26 years ago)
Author:
sandervl
Message:

Compilation fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/old/initterm.cpp

    r950 r1054  
    1 /* $Id: initterm.cpp,v 1.3 1999-09-15 23:20:38 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.4 1999-09-25 19:07:33 sandervl Exp $ */
    22
    33/*
     
    3434#include <misc.h>       /*PLF Wed  98-03-18 23:18:29*/
    3535#include <win32type.h>
    36 #include <odinlx.h>
    3736#include <wndclass.h>
    3837#include <spy.h>
     
    7877         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    7978
    80          if(RegisterLxDll(hModule, 0, 0) == FALSE)
    81                 return 0UL;
    82 
    8379         /*******************************************************************/
    8480         /* A DosExitList routine must be used to clean up if runtime calls */
     
    10197         break;
    10298      case 1 :
    103          UnregisterLxDll(hModule);
    10499         break;
    105100      default  :
Note: See TracChangeset for help on using the changeset viewer.