Initial commit
This commit is contained in:
7
TBE/MinGW/include/stddef.h
Normal file
7
TBE/MinGW/include/stddef.h
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* This is just an RC_INVOKED guard for the real stddef.h
|
||||
* fixincluded in gcc system dir. One day we will delete this file.
|
||||
*/
|
||||
#ifndef RC_INVOKED
|
||||
#include_next<stddef.h>
|
||||
#endif
|
||||
Reference in New Issue
Block a user