Ignore:
Timestamp:
Jul 20, 1999, 5:51:06 PM (26 years ago)
Author:
cbratschi
Message:

controls update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/initterm.cpp

    r304 r346  
    1 /* $Id: initterm.cpp,v 1.2 1999-07-14 21:05:58 cbratschi Exp $ */
     1/* $Id: initterm.cpp,v 1.3 1999-07-20 15:51:06 cbratschi Exp $ */
    22
    33/*
     
    111111                return 0UL;
    112112
    113          //SvL: 18-7-'98, Register system window classes (button, listbox etc etc)
    114          RegisterSystemClasses(hModule);
    115 
    116113         //SvL: Try to start communication with our message spy queue server
    117114         InitSpyQueue();
     
    121118                return 0UL;
    122119         }
     120
     121         //SvL: 18-7-'98, Register system window classes (button, listbox etc etc)
     122         //CB: register internal classes
     123         RegisterSystemClasses(hModule);
     124
    123125         break;
    124126      case 1 :
Note: See TracChangeset for help on using the changeset viewer.