10 lines
308 B
C
10 lines
308 B
C
// =================================================================================
|
|
// L I N K S . H
|
|
// =================================================================================
|
|
#ifndef __LINKS_H
|
|
#define __LINKS_H
|
|
|
|
BOOL LookupLinkColors(LPCOLORREF pclrLink, LPCOLORREF pclrViewed);
|
|
|
|
#endif
|