const.h
Upload User: nbcables
Upload Date: 2007-01-11
Package Size: 1243k
Code Size: 0k
Category:

Hook api

Development Platform:

Visual C++

  1. #ifndef __CONST_H__
  2. #define __CONST_H__
  3. //extern char g_AppName[128];
  4. extern char g_szAppBaseName[40];
  5. extern char g_szDllPath[128];
  6. extern HINSTANCE g_hInstance;
  7. #endif