Fix the DCICreatePrimary() prototype. It's supposed to return an int
so have it return DCI_FAIL_UNSUPPORTED.
Add the needed error codes and the DCISURFACEINFO definition to
dciddi.h.
Add dciman.h and put the function prototypes there.
dciddi.h and dciman.h should be installed with the other Windows
headers.
diff --git a/include/Makefile.in b/include/Makefile.in
index 11e7bd0..59e997e 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -76,6 +76,8 @@
d3dx8core.h \
dbghelp.h \
dbt.h \
+ dciddi.h \
+ dciman.h \
dde.h \
ddeml.h \
ddraw.h \