home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / LOCALMFC.PAK / LOCRESFR.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  584 b   |  20 lines

  1. // This is a part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1995 Microsoft Corporation
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // Microsoft Foundation Classes Reference and related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10.  
  11. #pragma warning(disable: 4201)
  12. #pragma warning(disable: 4514)
  13.  
  14. #include <windows.h>
  15.  
  16. int CALLBACK LibMain(HINSTANCE, WORD, WORD, LPSTR)
  17. {
  18.     return 1;
  19. }
  20.