1 2 3 4 5 6 7
#ifndef http_api_h__ #define http_api_h__ void LoadHttpApi(); int UnloadHttpApi(WPARAM, LPARAM); #endif // http_api_h__