2014-01-18 21:28:34 -05:00

6 lines
61 B
C

#pragma once
#ifdef _WIN32
#include <Windows.h>
#else
#endif