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

  1. /**************************************************************************\
  2. *
  3. * Copyright (c) 1998 Microsoft Corporation
  4. *
  5. * Module Name:
  6. *
  7. *
  8. *
  9. * Abstract:
  10. *
  11. *
  12. *
  13. * Notes:
  14. *
  15. *
  16. *
  17. * Created:
  18. *
  19. * //1999 agodfrey
  20. *
  21. \**************************************************************************/
  22. #ifndef _DPDRIVERINTERNAL_HPP
  23. #define _DPDRIVERINTERNAL_HPP
  24. struct DpDriverInternal
  25. {
  26. };
  27. #endif