OSDN Git Service

Code clean-up.
authorLoRd_MuldeR <mulder2@gmx.de>
Tue, 13 Oct 2020 13:04:59 +0000 (15:04 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sat, 20 Mar 2021 20:18:02 +0000 (21:18 +0100)
commit865702f879517f0bbd3232b10f903269b938b560
tree1d6811c9f6c6611a55bca3c60bb595fddc54e085
parent3b118ecc2506a37f6096896754929e6cc9767f69
Code clean-up.
13 files changed:
frontend/MCrypt.vcxproj
frontend/MCrypt.vcxproj.filters
frontend/src/crc.c [new file with mode: 0644]
frontend/src/crc.h [new file with mode: 0644]
frontend/src/main.c
frontend/src/platform.h [new file with mode: 0644]
frontend/src/utils.c [new file with mode: 0644]
frontend/src/utils.h [new file with mode: 0644]
libMCrypt/libMCrypt.vcxproj
libMCrypt/libMCrypt.vcxproj.filters
libMCrypt/src/mcrypt.c
libMCrypt/src/utils.c [new file with mode: 0644]
libMCrypt/src/utils.h [new file with mode: 0644]