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.

17 lines
508 B

  1. #define BOOL_PTR INT_PTR
  2. #define MAX_URL_STRING INTERNET_MAX_URL_LENGTH
  3. // these don't do anything since shell32 does not support unload, but use this
  4. // for code consistency with dlls that do support this
  5. #define DllAddRef()
  6. #define DllRelease()
  7. EXTERN_C BOOL g_bBiDiPlatform;
  8. STDAPI IsSafePage(IUnknown *punkSite);
  9. STDAPI_(LONG) GetOfflineShareStatus(LPCTSTR pcszPath);
  10. STDAPI_(BOOL) NT5_GlobalMemoryStatusEx(LPMEMORYSTATUSEX pmsex);
  11. #define VariantInit(p) memset(p, 0, sizeof(*(p)))