Quick macro to make a ulong of four characters.
Quick macro to make a ulong of four characters. This only creates them in internal order. You still need to convert to big-endian format before writing it to an IFF.The first character is the leftmost in a string; little-endian machines will store this backwards, so _SwapBE32() will be required.