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/kernel32/old/windll.cpp

    r955 r1054  
    1 /* $Id: windll.cpp,v 1.1 1999-09-15 23:33:01 sandervl Exp $ */
     1/* $Id: windll.cpp,v 1.2 1999-09-25 19:06:17 sandervl Exp $ */
    22
    33/*
     
    4242void _System SetLastError(ULONG ulError);
    4343
     44BOOL WIN32API RegisterLxDll(HINSTANCE hInstance, WIN32DLLENTRY EntryPoint,
     45                            PVOID pResData)
     46{
     47  return TRUE;
     48}
     49BOOL WIN32API UnregisterLxDll(HINSTANCE hInstance)
     50{
     51  return TRUE;
     52}
    4453//******************************************************************************
    4554//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.