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.

9 lines
308 B

  1. // =================================================================================
  2. // L I N K S . H
  3. // =================================================================================
  4. #ifndef __LINKS_H
  5. #define __LINKS_H
  6. BOOL LookupLinkColors(LPCOLORREF pclrLink, LPCOLORREF pclrViewed);
  7. #endif