Changeset 1785 for trunk/src


Ignore:
Timestamp:
Nov 20, 1999, 5:00:14 PM (26 years ago)
Author:
achimha
Message:

enable debug logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comdlg32/cdlg32.cpp

    r1574 r1785  
    1 /* $Id: cdlg32.cpp,v 1.3 1999-11-03 19:34:40 sandervl Exp $ */
     1/* $Id: cdlg32.cpp,v 1.4 1999-11-20 16:00:14 achimha Exp $ */
    22/*
    33 *  Common Dialog Boxes interface (32 bit)
     
    8686                if(COMDLG32_hInstance)
    8787                {
    88                         ERR("comdlg32.dll instantiated twice in one address space!\n");
     88                        dprintf(("comdlg32.dll instantiated twice in one address space!\n"));
    8989                        /*
    9090                         * We should return FALSE here, but that will break
     
    100100                if((COMDLG32_TlsIndex = TlsAlloc()) == 0xffffffff)
    101101                {
    102                         ERR("No space for COMDLG32 TLS\n");
     102                        dprintf(("No space for COMDLG32 TLS\n"));
    103103                        return FALSE;
    104104                }
     
    110110                if (!COMCTL32_hInstance || !SHELL32_hInstance || !SHLWAPI_hInstance)
    111111                {
    112                         ERR("loading of comctl32 or shell32 or shlwapi failed\n");
     112                        dprintf(("loading of comctl32 or shell32 or shlwapi failed\n"));
    113113                        return FALSE;
    114114                }
Note: See TracChangeset for help on using the changeset viewer.