OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
dir.h
Go to the documentation of this file.
1//----------------------------------------------------------------------------
2// ObjectWindows
3// Copyright (c) 1995, 1996 by Borland International, All Rights Reserved
4//
5//----------------------------------------------------------------------------
6
7#if !defined(OWL_PRIVATE_DIR_H)
8#define OWL_PRIVATE_DIR_H
9
10#include <owl/private/defs.h>
11#if defined(BI_HAS_PRAGMA_ONCE)
12# pragma once
13#endif
14
15#if defined(BI_COMP_BORLANDC)
16# include <dir.h>
17#elif defined(BI_COMP_MSC)
18# include <direct.h>
19#elif defined(BI_COMP_GNUC)
20#else
21#error Need <dir.h> equivalent header file to be included
22#endif
23
24#endif // OWL_PRIVATE_DIR_H
25