开始设计
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef INCLUDED_C_CONFIG_H
|
||||
#define INCLUDED_C_CONFIG_H
|
||||
|
||||
#define C_SIZEOF_VOID_P @CMAKE_SIZEOF_VOID_P@
|
||||
|
||||
#ifndef C_SIZEOF_VOID_P
|
||||
#define C_SIZEOF_VOID_P sizeof(void*)
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* INCLUDED_C_CONFIG_H */
|
||||
Reference in New Issue
Block a user