adding one missing stub

svn path=/trunk/; revision=27198
This commit is contained in:
Magnus Olsen 2007-06-16 01:32:59 +00:00
parent 9c81f9ad19
commit 21dfa5bf59
2 changed files with 13 additions and 0 deletions

View file

@ -268,6 +268,7 @@ GdipGetImageEncodersSize@8
GdipGetImageEncoders@12
GdipComment@12
GdipComment@12
GdipCreatePath@8
GdipCreatePath2@20
GdipCreatePath2I@20
GdipClonePath@8

View file

@ -2,6 +2,18 @@
#include <gdiplusprivate.h>
#include <debug.h>
/*
* @unimplemented
*/
GpStatus WINGDIPAPI
GdipCreatePath( GpFillMode brushMode,GpPath **path)
{
return NotImplemented;
}
/*
* @unimplemented
*/