Ignore:
Timestamp:
Jun 14, 2000, 3:17:51 PM (25 years ago)
Author:
sandervl
Message:

region changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/initterm.cpp

    r2802 r3705  
    1 /* $Id: initterm.cpp,v 1.10 2000-02-16 14:18:10 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.11 2000-06-14 13:17:50 sandervl Exp $ */
    22
    33/*
     
    3838#define DBG_LOCALLOG    DBG_initterm
    3939#include "dbglocal.h"
     40#include "region.h"
    4041
    4142extern "C" {
     
    9798         /*******************************************************************/
    9899
     100         if(InitRegionSpace() == FALSE) {
     101                return 0UL;
     102         }
    99103         if(RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab) == FALSE)
    100104                return 0UL;
Note: See TracChangeset for help on using the changeset viewer.