Ignore:
Timestamp:
Sep 5, 2001, 2:05:03 PM (24 years ago)
Author:
bird
Message:

Added $Id:$ keyword.

File:
1 edited

Legend:

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

    r6401 r6644  
     1/* $Id: initcomctl32.cpp,v 1.3 2001-09-05 12:04:58 bird Exp $ */
    12/*
    23 * COMCTL32 DLL entry point
     
    2627#define  INCL_DOSMODULEMGR
    2728#define  INCL_DOSPROCESS
    28 #include <os2wrap.h>    //Odin32 OS/2 api wrappers
     29#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    2930#include <stdlib.h>
    3031#include <stdio.h>
     
    5960   {
    6061        BOOL ret = COMCTL32_LibMain(hinstDLL, fdwReason, fImpLoad);
    61         return ret;
     62    return ret;
    6263   }
    6364   }
     
    8586   switch (ulFlag) {
    8687      case 0 :
    87         dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&comctl32_PEResTab,
     88    dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&comctl32_PEResTab,
    8889                                   COMCTL32_MAJORIMAGE_VERSION, COMCTL32_MINORIMAGE_VERSION,
    8990                                   IMAGE_SUBSYSTEM_WINDOWS_GUI);
    90          if(dllHandle == 0) 
    91                 return 0UL;
     91         if(dllHandle == 0)
     92        return 0UL;
    9293
    9394         break;
    9495      case 1 :
    9596         if(dllHandle) {
    96                 UnregisterLxDll(dllHandle);
     97        UnregisterLxDll(dllHandle);
    9798         }
    9899         break;
Note: See TracChangeset for help on using the changeset viewer.