#pragma once #include "stdafx.h" //IniEx.h class CIniEx { public: CIniEx(void); ~CIniEx(void); };