In the PSDK this contains deprecation pragmas for "banned" APIs. Signed-off-by: Zebediah Figura <[email protected]> --- mingw-w64-headers/include/dontuse.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mingw-w64-headers/include/dontuse.h
diff --git a/mingw-w64-headers/include/dontuse.h b/mingw-w64-headers/include/dontuse.h new file mode 100644 index 00000000..0b0197c2 --- /dev/null +++ b/mingw-w64-headers/include/dontuse.h @@ -0,0 +1,8 @@ +/** + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER within this package. + */ +#ifndef _DONTUSE_H_INCLUDED_ +#define _DONTUSE_H_INCLUDED_ + +#endif /* _DONTUSE_H_INCLUDED_ */ -- 2.19.2 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
