Ignore:
Timestamp:
Oct 16, 2001, 1:40:36 PM (24 years ago)
Author:
sandervl
Message:

custom build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/windlllx.cpp

    r6471 r7075  
    1 /* $Id: windlllx.cpp,v 1.22 2001-08-06 19:36:42 sandervl Exp $ */
     1/* $Id: windlllx.cpp,v 1.23 2001-10-16 11:39:38 sandervl Exp $ */
    22
    33/*
     
    9595       return 0;
    9696   }
     97   //clear name override in case dll init loads another dll
     98   lpszCustomDllName = NULL;
     99
    97100   if(!fPeLoader) {
    98101       windll->AddRef();
Note: See TracChangeset for help on using the changeset viewer.