PlugInApp.h 148 B

12345678
  1. // PlugInApp.h : main header file for PlugIn.ax
  2. //
  3. #ifndef _PLUGIN_APP_H_
  4. #define _PLUGIN_APP_H_
  5. extern HMODULE g_hInst;
  6. #endif // _PLUGIN_APP_H_