Listing 7: Target.h


enum Platforms { AWIN32, AUNIX };

#define TARGET_PLATFORM WIN32
/* End of File */