Changeset 2348 for trunk/src


Ignore:
Timestamp:
Jan 6, 2000, 9:24:25 PM (26 years ago)
Author:
sandervl
Message:

compile fix

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/advapi32/security.cpp

    r2343 r2348  
    1 /* $Id: security.cpp,v 1.3 2000-01-06 20:05:00 sandervl Exp $ */
     1/* $Id: security.cpp,v 1.4 2000-01-06 20:23:47 sandervl Exp $ */
    22/*
    33 * Win32 security API functions for OS/2
     
    2626#include "debugtools.h"
    2727
    28 DECLARE_DEBUG_CHANNEL(advapi)
    29 DECLARE_DEBUG_CHANNEL(security)
     28DECLARE_DEBUG_CHANNEL(advapi-security)
    3029
    3130static BOOL fInitSecurity = FALSE;
  • trunk/src/kernel32/critsection.cpp

    r1741 r2348  
    1 /* $Id: critsection.cpp,v 1.2 1999-11-14 17:25:04 sandervl Exp $ */
     1/* $Id: critsection.cpp,v 1.3 2000-01-06 20:24:25 sandervl Exp $ */
    22/*
    33 * Win32 critical sections
     
    1818#include <odinwrap.h>
    1919
    20 DEFAULT_DEBUG_CHANNEL(win32)
    2120DECLARE_DEBUG_CHANNEL(relay)
    2221
Note: See TracChangeset for help on using the changeset viewer.