stub.h 71 B

12345
  1. #ifdef __i386__
  2. #include "stub_32.h"
  3. #else
  4. #include "stub_64.h"
  5. #endif