mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
ddca315388
GetSystemMetrics(SM_xx), removed no longer needed includes of sysmetrics.h.
14 lines
276 B
C
14 lines
276 B
C
/*
|
|
* System metrics definitions
|
|
*
|
|
* Copyright 1994 Alexandre Julliard
|
|
*/
|
|
|
|
#ifndef __WINE_SYSMETRICS_H
|
|
#define __WINE_SYSMETRICS_H
|
|
|
|
extern void SYSMETRICS_Init(void); /* sysmetrics.c */
|
|
extern void SYSCOLOR_Init(void); /* syscolor.c */
|
|
|
|
#endif /* __WINE_SYSMETRICS_H */
|