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.

32 lines
810 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 1998.
  5. //
  6. // File: precomp.hxx
  7. //
  8. // Contents: pre-compiled header
  9. //
  10. // History: 03-17-1998 stevebl Created
  11. //
  12. //---------------------------------------------------------------------------
  13. #pragma warning( disable : 4786 )
  14. #pragma warning( disable : 4005 )
  15. #include <nt.h>
  16. #include <ntrtl.h>
  17. #include <nturtl.h>
  18. #include "stdafx.h"
  19. #include "resource.h"
  20. #include "common.h"
  21. #include "DataObj.h"
  22. #include <afxdlgs.h>
  23. #include <msi.h>
  24. #include <strsafe.h>
  25. //#include <ntrtl.h>
  26. #define COLUMNID(x) ((x) - IDS_FIRST_COL)
  27. #define RSOPCOLUMNID(x) ((x) - IDS_FIRST_RSOP_COL)