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.

20 lines
751 B

  1. //-----------------------------------------------------------------------------
  2. // util.h
  3. //-----------------------------------------------------------------------------
  4. #ifndef _UTIL_H
  5. #define _UTIL_H
  6. //-----------------------------------------------------------------------------
  7. // includes
  8. //-----------------------------------------------------------------------------
  9. #include <sbs6base.h>
  10. #include <shlobj.h>
  11. #include <tchar.h>
  12. //-----------------------------------------------------------------------------
  13. // file/directory/machine
  14. //-----------------------------------------------------------------------------
  15. BOOL STDMETHODCALLTYPE BDeleteDirTree( const TCHAR *szDir, BOOL bDeleteInputDir=TRUE );
  16. #endif // _UTIL_H