update comments
parent
db0d83dc73
commit
b1efb0877a
|
@ -8,7 +8,8 @@
|
|||
typedef unsigned char byte;
|
||||
|
||||
// Returns the real address of the passed function
|
||||
// Will return NULL if the compiler is not supported
|
||||
// Supported compilers: MSVC, GCC
|
||||
// May not work correctly on other compilers
|
||||
byte* AF_address(byte* f) {
|
||||
byte* real_address = NULL;
|
||||
#ifdef _MSC_VER // MSVC
|
||||
|
|
Loading…
Reference in New Issue