Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.1 KiB

  1. /****************************************************************************/
  2. /* adcs.h */
  3. /* */
  4. /* RDP application initialization include file */
  5. /* */
  6. /* Copyright(c) Microsoft, PictureTel 1992-1997 */
  7. /* Copyright(c) Microsoft 1997-1999 */
  8. /****************************************************************************/
  9. #include <acomapi.h>
  10. /****************************************************************************/
  11. /* Make sure we use a standard trace group if the module has not defined a */
  12. /* custom one. */
  13. /****************************************************************************/
  14. #ifndef TRC_GROUP
  15. #define TRC_GROUP TRC_GROUP_DCSHARE
  16. #endif
  17. #include <atrcapi.h>
  18. #include "license.h"
  19. #include <at120ex.h>
  20. #include <mcskernl.h>