Source code of Windows XP (NT5)
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.

33 lines
512 B

  1. #ifdef DEBUG
  2. #define _CRTDBG_MAP_ALLOC
  3. #endif
  4. #include <windows.h>
  5. #include <windowsx.h>
  6. #include <stdio.h>
  7. #include <stdlib.h>
  8. #include <shellapi.h>
  9. #include <process.h>
  10. #include <tchar.h>
  11. #include <stock.h>
  12. #define MULTI_LEVEL_ZONES
  13. #include <mlzdbg.h>
  14. #include <memtrack.h>
  15. #include <strutil.h>
  16. #include <cstring.hpp>
  17. #include <ias.h>
  18. #include "imsconf3.h"
  19. #include "resource.h"
  20. #include "clutil.h"
  21. #include "server.h"
  22. #include "objidl.h"
  23. #include "oleidl.h"
  24. #include "ocidl.h"
  25. #include "oaidl.h"