ApplyPatch.h 224 B

123
  1. /// Apply \a patch to \a old. Will return the new file in \a _new which is allocated for you.
  2. bool ApplyPatch( char *old, unsigned int oldsize, char **_new, unsigned int *newsize, char *patch, unsigned int patchsize );
粤ICP备19079148号