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.

19 lines
448 B

  1. //
  2. // Local private header file
  3. #include "deskhtm.h"
  4. #include <regstr.h>
  5. #include "resource.h"
  6. #include "shdocvw.h"
  7. #define MAX_URL_STRING INTERNET_MAX_URL_LENGTH
  8. // Use our private version of the OLE task allocator so we don't pull
  9. // in all of OLE32 just to do LocalAlloc and LocalFree!
  10. #ifndef DEBUG
  11. #define CoTaskMemFree SHFree
  12. #define CoTaskMemAlloc SHAlloc
  13. #define CoTaskMemRealloc SHRealloc
  14. #endif