/************************************************************************************************ Copyright (c) 2001 Microsoft Corporation Module Name: stdafx.h. Abstract: Include files normally used by all pop3 service code Notes: History: 08/01/2001 - Hao Yu ************************************************************************************************/ #pragma once #ifdef DBG #undef NDEBUG #endif // includes #include #include #include #include #include #include #include #ifdef ROCKALL3 #define COMPILING_ROCKALL_DLL #include #endif #define ASSERT assert #define POP3_SERVICE_NAME _T("POP3SVC") #include #include #include #include "Mailbox.h" #include "EventLogger.h" #include "service.h" #include "Pop3Svc.hxx" #include "IOLists.h" #include #include #include "Pop3Context.h" #include "NTAuth.h" #include "PerfApp.h" #include "Pop3SvcPerf.h" #include // End of file stdafx.h.