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.
 
 
 
 
 
 

29 lines
589 B

/*******************************************************************************
*
* (C) COPYRIGHT MICROSOFT CORPORATION, 1998
*
* TITLE: WIADEVD.H
*
* VERSION: 1.0
*
* AUTHOR: ShaunIv
*
* DATE: 5/13/1999
*
* DESCRIPTION:
*
*******************************************************************************/
#ifndef __WIASCNPP_H_INCLUDED
#define __WIASCNPP_H_INCLUDED
extern LONG g_cRef;
extern HINSTANCE g_hInstance;
extern void DllAddRef(void);
extern void DllRelease(void);
#endif // __WIASCNPP_H_INCLUDED