diff options
Diffstat (limited to 'plugins/MirOTR/Libgcrypt/mpi/sysdep.h')
-rw-r--r-- | plugins/MirOTR/Libgcrypt/mpi/sysdep.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/MirOTR/Libgcrypt/mpi/sysdep.h b/plugins/MirOTR/Libgcrypt/mpi/sysdep.h new file mode 100644 index 0000000000..5e6ab4aab8 --- /dev/null +++ b/plugins/MirOTR/Libgcrypt/mpi/sysdep.h @@ -0,0 +1,6 @@ +/* created by config.links - do not edit */ +#if __STDC__ +#define C_SYMBOL_NAME(name) _##name +#else +#define C_SYMBOL_NAME(name) _/**/name +#endif |