2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the Wine project.
6 #ifndef _COMPLEX_H_DEFINED
7 #define _COMPLEX_H_DEFINED
13 typedef struct _C_double_complex
18 typedef struct _C_float_complex
24 typedef _C_double_complex _Dcomplex
;
25 typedef _C_float_complex _Fcomplex
;
27 #endif /* _COMPLEX_H_DEFINED */