From: Yegor D. <yeg...@gm...> - 2014-09-20 12:39:18
|
On Sat, Sep 20, 2014 at 09:34:50AM +0800, Nguyen Anh Quynh wrote: > i dont really get this: all you need to include is capstone.h (which > internally includes arm.h, x86.h and everything else), so how can you get > name conflict here? Ah. I missed the fact that capstone.h includes arm.h. Then, except the fact that the internal header arm.h is globally available as <arm.h>, I have no complaints. :) > if you can fix all those "comparison of integers of different signs: 'int' > and 'unsigned long'" bugs and send in Pull-request, then great! Roger. But I will probably make Capstone compile under MSVC 2010 first. -- Yegor Derevenets |