Files
admin
base
com
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
admtools
apisub
cdmodem
clcreator
common
dload
drivers
httpproxy
icaapi
inc
license
perfts
publish
rdfilter
regapi
remdsk
client
common
msngr
rds
as
as16
cpi32
cpi32.9x
cpi32.nt
dd
h
acpi.h
as.h
asmaster.h
ast120.h
ba.h
bcd.h
bmc.h
ch.h
cm.h
control.h
datainit.h
dbgzones.h
dcg.h
dcs.h
drvdbg.h
fh.h
gdc.h
host.h
im.h
ndcgver.h
ntddvd40.h
oa.h
od.h
oe.h
oe2.h
osi.h
pm.h
rbc.h
resource.h
s20.h
sbc.h
sc.h
sch.h
shm.h
ssi.h
swl.h
t_share.h
usr.h
ut.h
view.h
winddi40.h
thk
ascom.inc
common.inc
dirs
cert
dev
extern
h
nmutil
samples
t120
dirs
ntx.reg
project.mk
setup9x.bat
setupnt4.cmd
setupw2k.cmd
server
unittest
dirs
reskit
sessdir
setup
sld
syslib
tsappcmp
tscert
tsuserex
tsutil
wince
winsta
wmi
wtsapi
dirs
project.mk
tools
windows
dirs
makefil0
2025-04-27 07:49:33 -04:00

47 lines
641 B
C

//
// 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