mirror of
				https://git.wownero.com/wownero/RandomWOW.git
				synced 2024-08-15 00:23:14 +00:00 
			
		
		
		
	Merge pull request #192 from xiphon/fix-mingw-5.3-cross-compilation
__cpuidex: explicit MSVC check, fix MinGW GCC 5.3 cross-compilation
This commit is contained in:
		
						commit
						59c981cc5d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -30,7 +30,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
| 
 | ||||
| #if defined(_M_X64) || defined(__x86_64__) | ||||
| 	#define HAVE_CPUID | ||||
| 	#ifdef _WIN32 | ||||
| 	#if defined(_MSC_VER) | ||||
| 		#include <intrin.h> | ||||
| 		#define cpuid(info, x) __cpuidex(info, x, 0) | ||||
| 	#else //GCC
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue