[LIBWINE][WINED3D]
[reactos.git] / reactos / dll / directx / wine / wined3d / utils.c
index a69cede..18ee65e 100644 (file)
  */
 
 #include "wined3d_private.h"
-#include <wine/port.h>
+
+#ifdef _MSC_VER
+#define copysignf(x, y) ((x) < 0.0f ? -fabsf(y) : fabsf(y))
+#endif
 
 WINE_DEFAULT_DEBUG_CHANNEL(d3d);