Ignore:
Timestamp:
Dec 13, 1999, 10:07:40 PM (26 years ago)
Author:
sandervl
Message:

dll unload fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/windllbase.h

    r1843 r2069  
    1 /* $Id: windllbase.h,v 1.5 1999-11-26 00:04:32 sandervl Exp $ */
     1/* $Id: windllbase.h,v 1.6 1999-12-13 21:04:58 sandervl Exp $ */
    22
    33/*
     
    3838{
    3939public:
    40                   Win32DllBase(HINSTANCE hInstance, WIN32DLLENTRY DllEntryPoint);
     40                  Win32DllBase(HINSTANCE hInstance, WIN32DLLENTRY DllEntryPoint, Win32ImageBase *parent = NULL);
    4141virtual          ~Win32DllBase();
    4242
Note: See TracChangeset for help on using the changeset viewer.