Macro that converts a function name?
#4

Yes that's the hooking.

Код:
#if defined _ALS_SomeFunction
  #undef SomeFunction
#else
    #define _ALS_SomeFunction
#endif

#define RenamedFunction SomeFunction
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)