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.

30 lines
749 B

  1. #define INCL_DOS
  2. #define INCL_DOSERRORS
  3. #define CCHMAXPATHCOMP 256
  4. #define MAXLINE 300 // mdg 98/4
  5. #include <nt.h>
  6. #include <ntrtl.h>
  7. #include <nturtl.h>
  8. #include <ntcsrsrv.h>
  9. #include <windows.h>
  10. #include <stdio.h>
  11. #include <stdlib.h>
  12. #include <string.h>
  13. #include <wsdata.h>
  14. #include <..\wsfslib\wserror.h>
  15. #include <limits.h>
  16. #include <..\wsfslib\wsfslib.h>
  17. #define SdPrint(_x_) DbgPrint _x_
  18. extern CHAR *szProgName; /* so all parts of the program will know the name */
  19. extern CHAR *pszVersion; // Current program version number
  20. #ifdef DEBUG
  21. extern BOOL fDbgVerbose;
  22. #endif // DEBUG
  23. BOOL wspDumpMain( CHAR *szBaseFile, CHAR *szDatExt, BOOL fRandom, BOOL fVerbose );
  24. BOOL wsReduceMain( CHAR *szFileWSP );
  25.