Global.h 132 B

12345678
  1. #pragma once
  2. #include "stdafx.h"
  3. #include <windows.h>
  4. extern TCHAR g_szServiceName[];
  5. extern void LogEvent(LPCTSTR pFormat, ...);