CreatePatch.h 254 B

123
  1. /// Given \a old and \a new , return \a out which will contain a patch to get from \a old to \a new . \a out is allocated for you.
  2. bool CreatePatch(const char *old, unsigned oldsize, char *_new, unsigned int newsize, char **out, unsigned *outSize);
粤ICP备19079148号