diff options
Diffstat (limited to 'courgette/patcher_x86_32.h')
-rw-r--r-- | courgette/patcher_x86_32.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/courgette/patcher_x86_32.h b/courgette/patcher_x86_32.h index 9488270..5625395 100644 --- a/courgette/patcher_x86_32.h +++ b/courgette/patcher_x86_32.h @@ -3,6 +3,7 @@ // found in the LICENSE file. // This is the transformation for Windows X86 executables. +// The same patcher can be used for Windows X64 executables. #ifndef COURGETTE_WIN32_X86_PATCHER_H_ #define COURGETTE_WIN32_X86_PATCHER_H_ @@ -12,7 +13,7 @@ namespace courgette { // Courgette32X86Patcher is a TransformationPatcher for Windows 32-bit -// executables. +// and 64-bit executables. We can use the same patcher for both. // class PatcherX86_32 : public TransformationPatcher { public: |