Ignore:
Timestamp:
Feb 6, 2002, 6:23:21 PM (24 years ago)
Author:
sandervl
Message:

Wine updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/initcomctl32.cpp

    r6644 r7815  
    1 /* $Id: initcomctl32.cpp,v 1.3 2001-09-05 12:04:58 bird Exp $ */
     1/* $Id: initcomctl32.cpp,v 1.4 2002-02-06 17:23:19 sandervl Exp $ */
    22/*
    33 * COMCTL32 DLL entry point
     
    5858
    5959   case DLL_PROCESS_DETACH:
    60    {
    61         BOOL ret = COMCTL32_LibMain(hinstDLL, fdwReason, fImpLoad);
    62     return ret;
    63    }
     60        return COMCTL32_LibMain(hinstDLL, fdwReason, fImpLoad);
    6461   }
    6562   return FALSE;
Note: See TracChangeset for help on using the changeset viewer.