windows-nt/Source/XPSP1/NT/enduser/stuff/hhctrl/stdafx.cpp
2020-09-26 16:20:57 +08:00

14 lines
256 B
C++

// This module is used for generating the precompiled header
#ifdef INTERNAL
#pragma message("<< Internal Version >>")
#endif
#ifdef _DEBUG
#pragma message("<< Debug Version >>")
#else
#pragma message("<< Release Version >>")
#endif
#include "header.h"