Source code of Windows XP (NT5)
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.

29 lines
560 B

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORPORATION, 1998
  4. *
  5. * TITLE: WIADEVD.H
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: ShaunIv
  10. *
  11. * DATE: 5/13/1999
  12. *
  13. * DESCRIPTION:
  14. *
  15. *******************************************************************************/
  16. #ifndef __WIASCNPP_H_INCLUDED
  17. #define __WIASCNPP_H_INCLUDED
  18. extern LONG g_cRef;
  19. extern HINSTANCE g_hInstance;
  20. extern void DllAddRef(void);
  21. extern void DllRelease(void);
  22. #endif // __WIASCNPP_H_INCLUDED