OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
dumpstack.h
Go to the documentation of this file.
1//----------------------------------------------------------------------------
2// ObjectWindows
3// (C) Copyright 1993, 1996 by Borland International, All Rights Reserved
4//
5//----------------------------------------------------------------------------
6
7#if !defined(OWL_PRIVATE_DUMPSTACK_H)
8#define OWL_PRIVATE_DUMPSTACK_H
9
10#include <owl/private/defs.h>
11#if defined(BI_HAS_PRAGMA_ONCE)
12# pragma once
13#endif
14
15#include <owl/defs.h>
16
17namespace owl {
18
19#define OWL_STACK_DUMP_TARGET_TRACE 0x0001
20#define OWL_STACK_DUMP_TARGET_CLIPBOARD 0x0002
21#define OWL_STACK_DUMP_TARGET_BOTH 0x0003
22#define OWL_STACK_DUMP_TARGET_ODS 0x0004
23#ifdef _DEBUG
24#define OWL_STACK_DUMP_TARGET_DEFAULT OWL_STACK_DUMP_TARGET_TRACE
25#else
26#define OWL_STACK_DUMP_TARGET_DEFAULT OWL_STACK_DUMP_TARGET_CLIPBOARD
27#endif
28
30
31
32} // OWL namespace
33
34#endif // OWL_PRIVATE_DUMPSTACK_H
#define OWL_STACK_DUMP_TARGET_DEFAULT
Definition dumpstack.h:26
Object Windows Library (OWLNext Core)
Definition animctrl.h:22
unsigned long uint32
Definition number.h:34
void OwlDumpStack(uint32 target=OWL_STACK_DUMP_TARGET_DEFAULT)
General definitions used by all ObjectWindows programs.
#define _OWLFUNC(p)
Definition defs.h:341