How to change a global constant defined in a third-party library

I use the last source of SVN Indy, and there is a global integer constant defined in the IdIOHandler.pas module, in my special case I need a different value for this global constant value and each time to avoid manual modification, the local working copy of SVN is updated from the SVN server, I'm looking for a way to constantly change this value without affecting other Indy users.

I think one way to do this is to ask the maintainers to change this constant into a variable, but I'm still wondering if there is a way to crack the value of the constant in memory?

+4
source share
1 answer

Subversion: "" ".

. branch - , , . , . (...)

Subversion Indy .

+2

All Articles