Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
[wine] / include / sysmetrics.h
1 /*
2  * System metrics definitions
3  *
4  * Copyright 1994 Alexandre Julliard
5  */
6
7 #ifndef __WINE_SYSMETRICS_H
8 #define __WINE_SYSMETRICS_H
9
10 extern void SYSMETRICS_Init(void);  /* sysmetrics.c */
11 extern void SYSCOLOR_Init(void);  /* syscolor.c */
12
13 #endif  /* __WINE_SYSMETRICS_H */