Implement AbortDoc16, move AbortDoc32 and StartDoc32W to
misc/printdrv.c and fix a few compile warnings.

diff --git a/objects/enhmetafile.c b/objects/enhmetafile.c
index b405ca1..b4d8b83 100644
--- a/objects/enhmetafile.c
+++ b/objects/enhmetafile.c
@@ -45,7 +45,7 @@
              LPCWSTR lpszMetaFile)  /* filename of enhanced metafile */ 
 {
   FIXME(metafile, "(%p): stub\n", lpszMetaFile);
-  return NULL;
+  return 0;
 }
 
 /*****************************************************************************