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.

45 lines
729 B

  1. //
  2. // Precompiled header stuff
  3. //
  4. #define OEMRESOURCE
  5. #define STRICT 1
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. //#define STRICT
  10. #ifndef _WIN32_WINNT
  11. #define _WIN32_WINNT 0x0400
  12. #endif
  13. #define ATLTRACE
  14. #include <windows.h>
  15. #include <windowsx.h>
  16. #include <commdlg.h>
  17. #include <cderr.h>
  18. #include <shellapi.h> // Includes drag drop interface
  19. #include <imm.h>
  20. //
  21. // NM headers
  22. //
  23. #define MULTI_LEVEL_ZONES
  24. #include <ConfDbg.h>
  25. #include <mlzdbg.h>
  26. #include "NmCtlDbg.h"
  27. #include "ms_util.h"
  28. #include "memtrack.h"
  29. #include "t120type.h"
  30. #include <regentry.h>
  31. #include <dllutil.h>
  32. #include "nmchatctl.h"
  33. #include "CHATldr.h"
  34. #include "nmctl1.h"