123456789101112131415161718192021222324 |
- /*-------------------------------------------------------------------------
- * pch.cpp
- *
- * Precompiled header for fedsrv
- *
- * Owner:
- *
- * Copyright 1986-1998 Microsoft Corporation, All Rights Reserved
- *-----------------------------------------------------------------------*/
- #include "pch.h"
- #include <atlbase.h>
- #ifdef _ATL_STATIC_REGISTRY
- #include <statreg.h>
- #include <statreg.cpp>
- #endif
- #include <atlimpl.cpp>
- #include <../TCAtl/UserAcct.cpp>
- #include <../fedsrv/SQLHELP.CPP>
|