home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 January / VPR0101A.BIN / OLS / TAR32053 / tar32053.exe / SRC / DLLMAIN.H < prev    next >
C/C++ Source or Header  |  1999-05-23  |  149b  |  10 lines

  1. /*
  2.     DllMain.h
  3. */
  4. #ifndef __DLL_MAIN_H
  5. #define __DLL_MAIN_H
  6. #include <windows.h>
  7. extern HINSTANCE application_instance;
  8.  
  9. #endif __DLL_MAIN_H
  10.