Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

46 lines
595 B

//
// ACPI.H
// This file is included by ObMan applets (namely, the old Whiteboard)
//
// Copyright (c) Microsoft, 1998-
//
#ifndef _H_ACPI
#define _H_ACPI
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
//
// Header that sets up OS flags. Include before everything else
//
#include <dcg.h>
#include <ut.h>
#include <dcs.h>
//
// Application Loader Programming Interface
//
#include <al.h>
//
// T.120 Data Conferencing Stuff
//
#include <ast120.h>
#ifdef __cplusplus
}
#endif // __cplusplus
//
// Whiteboard Programming Interface
// C++
//
#include <wb.hpp>
#endif // _H_ACPI