#pragma once #ifndef TFARMPLATFORMS_H#define TFARMPLATFORMS_H enum TFarmPlatform { NoPlatform, Windows, Irix, Linux }; #endif