Subject: | Crypt-Rijndael-0.05 not compiling on win32/mingw (patch) |
I had to patch rijndael.h to get Crypt-Rijndael-0.05 to compile on
windows xp, with mingw 3.4.5
I'm running perl 5.8.7, with no cygwin.
The patch may need further refinements to restrict the compiler/versions
it affects - if that's the case, I'm happy to help test any changes.
Patch attached.
Subject: | rijndael.h.patch |
29a30,32
> #ifdef WIN32
> typedef unsigned int UINT32;
> #else
30a34,35
> #endif
>