You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
382 B
11 lines
382 B
// --------------------------------------------------------------------------------
|
|
// 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
|