Ignore:
Timestamp:
Oct 8, 2000, 4:01:02 PM (25 years ago)
Author:
sandervl
Message:

extra logging + toolhelp apis not exported anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/ole2nls.cpp

    r4387 r4451  
    1 /* $Id: ole2nls.cpp,v 1.4 2000-10-02 18:39:34 sandervl Exp $ */
     1/* $Id: ole2nls.cpp,v 1.5 2000-10-08 14:01:01 sandervl Exp $ */
    22
    33/*
     
    199199    char buf_en_language[128];
    200200
    201     TRACE("%04X\n", (UINT)LangID);
     201    dprintf2(("%04X\n", (UINT)LangID));
    202202    if(PRIMARYLANGID(LangID) == LANG_NEUTRAL)
    203203        return TRUE; /* continue search */
     
    19121912  int i;
    19131913
    1914   TRACE("(0x%04lx,0x%08lx,%s,%d,%p,%d)\n",
    1915         lcid,mapflags,srcstr,srclen,dststr,dstlen);
     1914  dprintf2(("LCMapStringA: (0x%04lx,0x%08lx,%s,%d,%p,%d)",
     1915        lcid,mapflags,srcstr,srclen,dststr,dstlen));
    19161916
    19171917  if ( ((dstlen!=0) && (dststr==NULL)) || (srcstr==NULL) )
     
    24922492  int result;
    24932493  LPSTR sk1,sk2;
    2494   TRACE("%s and %s\n",
    2495         debugstr_a (s1), debugstr_a (s2));
     2494  dprintf2(("%s and %s\n",
     2495        debugstr_a (s1), debugstr_a (s2)));
    24962496
    24972497  if ( (s1==NULL) || (s2==NULL) )
Note: See TracChangeset for help on using the changeset viewer.