Fix the DCICreatePrimary() prototype. It's supposed to return an int
commit30a07e90469f6cc4a2cefbbf9ebdc25d97c7fe30
authorFrancois Gouget <fgouget@free.fr>
Wed, 20 Apr 2005 18:42:04 +0000 (20 18:42 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 20 Apr 2005 18:42:04 +0000 (20 18:42 +0000)
tree300af6efa2905c47cb2f058d11a7340577f4963e
parent3b843d3e7d2af1beb6b4575d833c850410bcab48
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.
dlls/dciman32/dciman_main.c
include/Makefile.in
include/dciddi.h
include/dciman.h [copied from include/dciddi.h with 55% similarity]
tools/winapi/win32.api