update comments
parent
5a04e35ff6
commit
f2d5f3856d
|
@ -8,6 +8,7 @@
|
||||||
typedef unsigned char byte;
|
typedef unsigned char byte;
|
||||||
|
|
||||||
// Returns the real address of the passed function
|
// Returns the real address of the passed function
|
||||||
|
// Will return NULL if the compiler is not supported
|
||||||
byte* AF_address(byte* f) {
|
byte* AF_address(byte* f) {
|
||||||
byte* real_address = NULL;
|
byte* real_address = NULL;
|
||||||
#ifdef _MSC_VER // MSVC
|
#ifdef _MSC_VER // MSVC
|
||||||
|
|
Loading…
Reference in New Issue