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
410 B

  1. #include "migutil.h"
  2. #include "fileenum.h"
  3. #include "memdb.h"
  4. #include "progbar.h"
  5. #include "regops.h"
  6. #include "fileops.h"
  7. #include "win95reg.h"
  8. #include "snapshot.h"
  9. #include "linkpif.h"
  10. #include "safemode.h"
  11. #include "cablib.h"
  12. #define STRSAFE_NO_DEPRECATE
  13. #include "strsafe.h"
  14. //
  15. // ARRAYSIZE (used to be borrowed from spapip.h)
  16. //
  17. #define ARRAYSIZE(x) (sizeof((x))/sizeof((x)[0]))