Commit 580099aa authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

gdi32: Merge enhmfdrv/bitblt.c into emfdc.c.

parent b793a8a2
...@@ -25,7 +25,6 @@ C_SRCS = \ ...@@ -25,7 +25,6 @@ C_SRCS = \
emfdc.c \ emfdc.c \
emfdrv.c \ emfdrv.c \
enhmetafile.c \ enhmetafile.c \
enhmfdrv/bitblt.c \
font.c \ font.c \
freetype.c \ freetype.c \
gdidc.c \ gdidc.c \
......
...@@ -43,9 +43,6 @@ struct emf ...@@ -43,9 +43,6 @@ struct emf
BOOL path; BOOL path;
}; };
extern BOOL emfdc_record( struct emf *emf, EMR *emr ) DECLSPEC_HIDDEN;
extern void emfdc_update_bounds( struct emf *emf, RECTL *rect ) DECLSPEC_HIDDEN;
#define HANDLE_LIST_INC 20 #define HANDLE_LIST_INC 20
......
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