From 2c0301c988dcf6fa5e28ec5b69916ba2cf26cd5e Mon Sep 17 00:00:00 2001 From: David Pinedo Date: Mon, 2 Feb 2015 18:02:40 -0700 Subject: nulldrv: Creation of the nulldrv, for use on Windows. Since the sample Intel driver hasn't been ported to Windows, this nulldrv is being used to bootstrap Windows support. It can also provide a hint to new IHV's for how to set the magic number. --- include/xglWsiWinExt.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/xglWsiWinExt.h (limited to 'include') diff --git a/include/xglWsiWinExt.h b/include/xglWsiWinExt.h new file mode 100644 index 00000000..73b52fb9 --- /dev/null +++ b/include/xglWsiWinExt.h @@ -0,0 +1,9 @@ +/* IN DEVELOPMENT. DO NOT SHIP. */ + +#ifndef __XGLWSIWINEXT_H__ +#define __XGLWSIWINEXT_H__ + + +// TODO: create the contents of this file + +#endif // __XGLWSIWINEXT_H__ -- cgit v1.2.3