> > int symlink(const char *oldpath, const char *newpath) > { > - typedef BOOL WINAPI (*symlink_fn)(const char*, const char*, DWORD); > + typedef BOOL (WINAPI *symlink_fn)(const char*, const char*, DWORD); > static symlink_fn create_symbolic_link = NULL; > if (!create_symbolic_link) { > create_symbolic_link = (symlink_fn) GetProcAddress( > -- > 1.6.4.msysgit.0 > This is new patch for latest devel branch mingw.c. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html