Ignore:
Timestamp:
Oct 25, 1999, 12:50:46 AM (26 years ago)
Author:
sandervl
Message:

RegisterClass even if atom exists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/shlview.cpp

    r1215 r1431  
    1 /* $Id: shlview.cpp,v 1.2 1999-10-09 11:17:06 sandervl Exp $ */
     1/* $Id: shlview.cpp,v 1.3 1999-10-24 22:50:46 sandervl Exp $ */
    22/*
    33 *      ShellView
     
    12851285
    12861286        /*if our window class has not been registered, then do so*/
    1287         if(!GetClassInfoA(shell32_hInstance, SV_CLASS_NAME, &wc))
    1288         {
     1287//SvL: Don't check this now
     1288//      if(!GetClassInfoA(shell32_hInstance, SV_CLASS_NAME, &wc))
     1289//      {
    12891290          ZeroMemory(&wc, sizeof(wc));
    12901291          wc.style              = CS_HREDRAW | CS_VREDRAW;
     
    13011302          if(!RegisterClassA(&wc))
    13021303            return E_FAIL;
    1303         }
     1304//      }
    13041305
    13051306        *phWnd = CreateWindowExA(0,
Note: See TracChangeset for help on using the changeset viewer.