[MLton] Re: Two more mingw methods

Stephen Weeks MLton@mlton.org
Tue, 7 Dec 2004 19:50:33 -0800


> An 
> #ifndef PROCESSOR_ARCHITECTURE_AMD64
> #define PROCESSOR_ARCHITECTURE_AMD64 9
> #endif
> might be in order, what do you think?

I guess this is better than my solution, which was to leave the code
out if the definition was missing.

#ifdef PROCESSOR_ARCHITECTURE_AMD64
	case PROCESSOR_ARCHITECTURE_AMD64: platform = "amd64"; break; 
#endif