Commit 04e4bbc4 authored by Alexandre Julliard's avatar Alexandre Julliard

Prevent use of MAKEPOINTS in Wine code.

parent a79c534c
......@@ -1756,7 +1756,11 @@ typedef struct
} BITMAPFILEHEADER, *PBITMAPFILEHEADER, *LPBITMAPFILEHEADER;
#include <poppack.h>
#ifdef __WINESRC__
#define MAKEPOINTS(l) do_not_use_MAKEPOINTS_in_wine
#else
#define MAKEPOINTS(l) (*((POINTS *)&(l)))
#endif
typedef struct
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment