wxwidgets: Hide dumper called "NULL"
[lsnes.git] / include / library / arch-detect.hpp
blob48a546b50e8343df1427df1e645556a34af89cd1
1 #ifndef _library__archdetect__hpp__included__
2 #define _library__archdetect__hpp__included__
4 #if defined(__i386__) || defined(__x86_64__)
5 #ifndef ARCH_IS_I386
6 #define ARCH_IS_I386
7 #endif
8 #endif
10 #endif