Commit 21c2cde3 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

Enable MAKEPOINTS usage in Wine.

parent cb836344
......@@ -1759,11 +1759,7 @@ 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