Blob Blame Raw
#pragma once

#if defined _WIN32 // win32 or win64
#include "igs_os_type_win.h"
#else
#include "igs_os_type_unix.h"
#endif