Quote:
Originally Posted by Andrew80k
Yup. Code is the same on both.
|
The code is essentially the same, although there are some manual tweaks for it to work with both Windows & *nix systems. Basically, look for all of the
#ifdef WIN32 or
#if defined(WIN32) blocks and there are your differences between Linux & Windows.
I think there was a post that Trevius posted that had some snippets of code that may have been suspect, but I don't think anything really became of it.