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.

15 lines
264 B

  1. #ifndef _PRIV_H_
  2. #define _PRIV_H_
  3. #include <windows.h>
  4. #include <shellapi.h>
  5. #include <shlobj.h>
  6. #include <shlguid.h>
  7. #include "resource.h"
  8. #ifndef ARRAYSIZE
  9. #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0]))
  10. #endif
  11. #endif // _PRIV_H_