Ignore:
Timestamp:
Dec 31, 2001, 1:08:23 PM (24 years ago)
Author:
sandervl
Message:

use critical section in dib section class instead of vmutex

File:
1 edited

Legend:

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

    r7640 r7717  
    1 /* $Id: initgdi32.cpp,v 1.10 2001-12-16 15:29:55 sandervl Exp $
     1/* $Id: initgdi32.cpp,v 1.11 2001-12-31 12:08:23 sandervl Exp $
    22 *
    33 * DLL entry point
     
    2626#define  INCL_DOSMODULEMGR
    2727#define  INCL_DOSPROCESS
     28#define  INCL_GPI
    2829#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    2930#include <stdlib.h>
     
    3132#include <string.h>
    3233#include <odin.h>
    33 #include <win32type.h>
     34#include <win32api.h>
    3435#include <winconst.h>
    3536#include <odinlx.h>
    3637#include <misc.h>       /*PLF Wed  98-03-18 23:18:15*/
    37 #define DBG_LOCALLOG    DBG_initterm
    38 #include "dbglocal.h"
    3938#include "region.h"
    4039#include <initdll.h>
    4140#include <stats.h>
     41#include "dibsect.h"
     42
     43#define DBG_LOCALLOG    DBG_initterm
     44#include "dbglocal.h"
    4245
    4346extern "C" {
     
    9497             return 0UL;
    9598         }
     99         DIBSection::initDIBSection();
    96100         dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)&gdi32_PEResTab,
    97101                                   GDI32_MAJORIMAGE_VERSION, GDI32_MINORIMAGE_VERSION,
Note: See TracChangeset for help on using the changeset viewer.