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.

13 lines
335 B

  1. //Copyright (c) 2001 Microsoft Corporation
  2. #ifndef _LICENSINGLINK_H_
  3. #define _LICENSINGLINK_H_
  4. #include "precomp.h"
  5. #include <afxwin.h>
  6. #include <shellapi.h>
  7. EXTERN_C BOOL WINAPI LinkWindow_RegisterClass() ;
  8. EXTERN_C BOOL WINAPI LinkWindow_UnregisterClass( HINSTANCE ) ;
  9. void AddLicensingSiteLink(HWND hDialog);
  10. #endif