mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 09:53:54 +00:00
13 lines
141 B
C
13 lines
141 B
C
#ifndef __WINE_MATH_H
|
|
#define __WINE_MATH_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __WINE_MATH_H */
|