ReactOS
0.4.15-dev-2153-g62b4c61
|
Public Attributes | |
const char * | name |
size_t | fileSize |
int | patchCount |
PatchedByte * | patches |
size_t _PatchedFile::fileSize |
Size of the file in bytes.
Definition at line 27 of file patch.c.
Referenced by compareFiles(), and outputPatch().
Name of the file to be patched.
Definition at line 26 of file patch.c.
Referenced by compareFiles(), and outputPatch().
int _PatchedFile::patchCount |
Number of patches for the file.
Definition at line 28 of file patch.c.
Referenced by compareFiles(), and outputPatch().
PatchedByte* _PatchedFile::patches |
Patches for the file.
Definition at line 29 of file patch.c.
Referenced by compareFiles(), and outputPatch().