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.
 
 
 
 
 
 

14 lines
335 B

//Copyright (c) 2001 Microsoft Corporation
#ifndef _LICENSINGLINK_H_
#define _LICENSINGLINK_H_
#include "precomp.h"
#include <afxwin.h>
#include <shellapi.h>
EXTERN_C BOOL WINAPI LinkWindow_RegisterClass() ;
EXTERN_C BOOL WINAPI LinkWindow_UnregisterClass( HINSTANCE ) ;
void AddLicensingSiteLink(HWND hDialog);
#endif