home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / winnt / pop3 / pop3srvp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-10-05  |  1.1 KB  |  49 lines

  1.  
  2. /******************************************************************************\
  3. *       This is a part of the Microsoft Source Code Samples.
  4. *       Copyright (C) 1992-1997 Microsoft Corporation.
  5. *       All rights reserved. 
  6. *       This source code is only intended as a supplement to 
  7. *       Microsoft Development Tools and/or WinHelp documentation.
  8. *       See these sources for detailed information regarding the 
  9. *       Microsoft samples programs.
  10. \******************************************************************************/
  11.  
  12. //+---------------------------------------------------------------------------
  13. //
  14. //  File:       pop3svrp.h
  15. //
  16. //  Contents:
  17. //
  18. //  Classes:
  19. //
  20. //  Functions:
  21. //
  22. //----------------------------------------------------------------------------
  23.  
  24. #include <windows.h>
  25.  
  26. //
  27. // C-Runtimes
  28. //
  29.  
  30. #include <stdio.h>
  31. #include <stdarg.h>
  32. #include <stdlib.h>
  33. #include <string.h>
  34.  
  35.  
  36. #include "debug.h"
  37.  
  38. //#define SECURE_BUILD
  39.  
  40. #include "pop3.h"
  41. #include "pop3ctx.h"
  42. #include "popfile.h"
  43. #include "pop3evnt.h"
  44.  
  45. #include "protos.h"
  46. #include "globals.h"
  47.  
  48. #define APPLICATION_NAME    TEXT("POP3Srv")
  49.