home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets (4th Edition) / Windows95Secrets4thEdition.iso / tools / installr / freeman / fiuser.h_ / fiuser
Encoding:
Text File  |  1995-06-14  |  480 b   |  16 lines

  1. /* The only purpose of this file is to let you put your own */
  2. /* function  declarations  here. These declarations will be */
  3. /* #include'd  into  fiuser.cpp. Then you can call your own */
  4. /* functions in the user code event. Of course, you need to */
  5. /* define the corresponding functions in  your  own  source */
  6. /* file which should be added to the project.               */
  7.  
  8. /* put something like:
  9.  
  10. extern int myownfunc1();
  11. extenr int myownfunc2();
  12.  
  13.  
  14. here. */
  15.  
  16.