kokke/tiny-AES-c

mingw32 and mingw64 is not equal

jiangxianfu opened this issue · 1 comments

mingw32 with mingw64 is not equal

I use VC buid is ok.

x64 Native Tools Command Prompt for VS 2017
x86 Native Tools Command Prompt for VS 2017
cl /c test.c aes.c
link /dll test.obj aes.obj

may be mingw64 have bug.