VirtualBox

source: vbox/trunk/include/iprt/runtime.h@ 4071

Last change on this file since 4071 was 4071, checked in by vboxsync, 17 years ago

Biggest check-in ever. New source code headers for all (C) innotek files.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1/** @file
2 * innotek Portable Runtime - Include Everything.
3 */
4
5/*
6 * Copyright (C) 2006-2007 innotek GmbH
7 *
8 * This file is part of VirtualBox Open Source Edition (OSE), as
9 * available from http://www.virtualbox.org. This file is free software;
10 * you can redistribute it and/or modify it under the terms of the GNU
11 * General Public License as published by the Free Software Foundation,
12 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
13 * distribution. VirtualBox OSE is distributed in the hope that it will
14 * be useful, but WITHOUT ANY WARRANTY of any kind.
15 */
16
17#ifndef ___iprt_runtime_h
18#define ___iprt_runtime_h
19
20#include <iprt/cdefs.h>
21#include <iprt/types.h>
22#include <iprt/param.h>
23#include <iprt/initterm.h>
24
25#include <iprt/alloc.h>
26#include <iprt/asm.h>
27#include <iprt/assert.h>
28#include <iprt/avl.h>
29#include <iprt/crc32.h>
30#include <iprt/crc64.h>
31#include <iprt/critsect.h>
32#include <iprt/dir.h>
33#include <iprt/err.h>
34#include <iprt/file.h>
35#include <iprt/fs.h>
36#include <iprt/ldr.h>
37#include <iprt/log.h>
38#include <iprt/md5.h>
39#include <iprt/mem.h>
40#include <iprt/path.h>
41#include <iprt/semaphore.h>
42#include <iprt/spinlock.h>
43#include <iprt/stdarg.h>
44#include <iprt/string.h>
45#include <iprt/system.h>
46#include <iprt/table.h>
47#include <iprt/thread.h>
48#include <iprt/time.h>
49#include <iprt/timer.h>
50#include <iprt/uni.h>
51#include <iprt/uuid.h>
52#include <iprt/zip.h>
53
54#ifdef IN_RING3
55# include <iprt/stream.h>
56# include <iprt/tcp.h>
57# include <iprt/ctype.h>
58# include <iprt/alloca.h> /** @todo iprt/alloca.h should be made available in R0 and GC too! */
59# include <iprt/process.h> /** @todo iprt/process.h should be made available in R0 too (partly). */
60#endif
61
62#ifdef IN_RING0
63# include <iprt/memobj.h>
64#endif
65
66
67#endif
68
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette