ClientServerProject/os/auto.h

6 lines
87 B
C

#pragma once
#if WIN32
#include "../os/windows.h"
#else
#include "../os/linux.h"
#endif