diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-02-16 02:37:41 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-02-16 02:37:41 +0100 |
commit | 23e63540f2d3ff6da230d1a29aecf33b49d2874d (patch) | |
tree | 46ce92001537d37dd9ef7a164880db1a97aa12b5 /source/kit/secure_random.h | |
parent | 34df687daf49b29e0f2b4d7e0be3bd69df1c40c9 (diff) | |
download | saw-23e63540f2d3ff6da230d1a29aecf33b49d2874d.zip |
Update kit
Diffstat (limited to 'source/kit/secure_random.h')
-rw-r--r-- | source/kit/secure_random.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/kit/secure_random.h b/source/kit/secure_random.h index bfcbf98..d09ea56 100644 --- a/source/kit/secure_random.h +++ b/source/kit/secure_random.h @@ -13,8 +13,6 @@ s32 kit_secure_random(i64 size, void *data); } #endif -#ifndef KIT_DISABLE_SHORT_NAMES -# define secure_random kit_secure_random -#endif +#define secure_random kit_secure_random #endif |