Firework improvements and Fire changes

This commit is contained in:
Simon
2010-10-03 14:56:30 +01:00
parent d80f3e346b
commit 5591a7346c
4 changed files with 206 additions and 52 deletions

View File

@@ -3,7 +3,7 @@
#include <stdio.h>
#include <stdlib.h>
#ifdef WIN32
#if defined(WIN32) && !defined(__GNUC__)
#define x86_cpuid(func,af,bf,cf,df) \
do {\
__asm mov eax, func\