mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-22 04:21:08 +00:00
Fix a couple of header errors.
This commit is contained in:
parent
2d507aaee4
commit
040f5ec69c
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
#ifndef CRYB_MEMSET_S_H_INCLUDED
|
#ifndef CRYB_MEMSET_S_H_INCLUDED
|
||||||
#define CRYB_MEMSET_S_H_INCLUDED
|
#define CRYB_MEMSET_S_H_INCLUDED
|
||||||
|
|
||||||
#ifndef CRYB_TO_H_INCLUDED
|
#ifndef CRYB_TO
|
||||||
#include <cryb/to.h>
|
#include <cryb/to.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -43,4 +43,6 @@ int cryb_memset_s(void *, size_t, int, size_t);
|
||||||
#define memset_s(arg, ...) cryb_memset_s(arg, __VA_ARGS__)
|
#define memset_s(arg, ...) cryb_memset_s(arg, __VA_ARGS__)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
CRYB_END
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue