- added all #includes needed to compile on Windows without using precompiled headers.

This commit is contained in:
Christoph Oelckers 2021-12-14 11:43:10 +01:00
parent 7e2431ebd8
commit e21f899989
6 changed files with 8 additions and 0 deletions

View file

@ -29,6 +29,7 @@ typedef unsigned char const *RPOINTER;
typedef unsigned short UINT2;
typedef unsigned int UINT4;
#include <string.h>
#include "md4.h"
/* Constants for MD4Transform routine.