Ignore:
Timestamp:
Jul 14, 1999, 11:05:59 PM (26 years ago)
Author:
cbratschi
Message:

several bugs fixed, RegisterClass works, CreateWindow on the way

File:
1 edited

Legend:

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

    r300 r304  
    1 /* $Id: initterm.cpp,v 1.1 1999-07-14 08:35:34 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.2 1999-07-14 21:05:58 cbratschi Exp $ */
    22
    33/*
     
    2727#define  INCL_DOSMODULEMGR
    2828#define  INCL_DOSPROCESS
    29 #include <os2wrap.h>    //Odin32 OS/2 api wrappers
     29#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    3030#include <stdlib.h>
    3131#include <stdio.h>
     
    9595         if (CRT_init() == -1)
    9696            return 0UL;
    97          _ctordtorInit();
     97         _ctordtorInit();
    9898
    9999         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
     
    105105         rc = DosExitList(0x0000FF00|EXLST_ADD, cleanup);
    106106         if(rc)
    107                 return 0UL;
     107                return 0UL;
    108108
    109109         rc = DosExitList(0x00008000|EXLST_ADD, cleanupQueue);
    110110         if(rc)
    111                 return 0UL;
     111                return 0UL;
    112112
    113113         //SvL: 18-7-'98, Register system window classes (button, listbox etc etc)
    114          RegisterSystemClasses(hModule);
     114         RegisterSystemClasses(hModule);
    115115
    116         //SvL: Try to start communication with our message spy queue server
    117         InitSpyQueue();
     116        //SvL: Try to start communication with our message spy queue server
     117        InitSpyQueue();
    118118
    119         //SvL: Init win32 PM classes
    120         if(InitPM() == FALSE) {
    121                 return 0UL;
    122         }
     119        //SvL: Init win32 PM classes
     120        if(InitPM() == FALSE) {
     121                return 0UL;
     122        }
    123123         break;
    124124      case 1 :
Note: See TracChangeset for help on using the changeset viewer.