Originally Posted by DarkstaR Code: #ifdef __GNUC__ #define SHOW_ME_YOUR_TITS __attribute__ ((naked)) #elif _MSC_VER #define SHOW_ME_YOUR_TITS__declspec(naked) #endif SHOW_ME_YOUR_TITS void myFunction() {} This is good stuff! hahaha
#ifdef __GNUC__ #define SHOW_ME_YOUR_TITS __attribute__ ((naked)) #elif _MSC_VER #define SHOW_ME_YOUR_TITS__declspec(naked) #endif SHOW_ME_YOUR_TITS void myFunction() {}
Forum Rules