first commit
This commit is contained in:
7
file_hasher.c
Normal file
7
file_hasher.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#include "platform_windows.c"
|
||||
#else
|
||||
#include "platform_posix.c"
|
||||
#endif
|
||||
Reference in New Issue
Block a user