12 lines
382 B
C
12 lines
382 B
C
// --------------------------------------------------------------------------------
|
|
// ICDEBUG.H
|
|
// Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
|
|
// Steven J. Bailey
|
|
// --------------------------------------------------------------------------------
|
|
#ifndef __ICDEBUG_H
|
|
#define __ICDEBUG_H
|
|
|
|
#define APP_DOUTL 0x00000008
|
|
|
|
#endif // __ICDEBUG_H
|