1 2 3 4 5 6 7 8
#ifndef __DBEVENT_H__ #define __DBEVENT_H__ #include <windows.h> void HistoryLog(HANDLE,LPCSTR); #endif