mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:11:55 +00:00
[GDIPLUS] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
235892b4a4
commit
5f279f2d12
19 changed files with 494 additions and 69 deletions
|
@ -16,7 +16,16 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "windef.h"
|
||||
#include "wingdi.h"
|
||||
|
||||
#include "objbase.h"
|
||||
|
||||
#include "gdiplus.h"
|
||||
#include "gdiplus_private.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(gdiplus);
|
||||
|
||||
GpStatus WINGDIPAPI GdipCloneImageAttributes(GDIPCONST GpImageAttributes *imageattr,
|
||||
GpImageAttributes **cloneImageattr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue