Ramiro Polla <ramiro.polla at gmail.com> writes: > Hi, > > Attached patch changes (unsigned long) to (void *) in dynarray_add. > > dynarray_add is used to store pointers, and assuming sizeof(void *) == > sizeof(unsigned long) here crashes on mingw-w64. Use intptr_t. -- M?ns Rullg?rd mans at mansr.com