C3/Src/Common/FSecure/WinHttp/Config.h

13 lines
162 B
C

#pragma once
#ifndef _WIN32_WINNT
# define _WIN32_WINNT _WIN32_WINNT_WIN7
#endif
#ifndef NOMINMAX
# define NOMINMAX
#endif
#ifndef OBF
# define OBF(x) x
#endif