#ifndef WellPOLELIBINIT_CSHAP_H #define WellPOLELIBINIT_CSHAP_H #pragma once #include "afxcoll.h" namespace nsWellPoleLibInitFunc { extern AFX_EXT_API void WellPoleLibInit_CSHAP(); }; using namespace nsWellPoleLibInitFunc; #endif