mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 01:34:53 +08:00
adding one missing stub
svn path=/trunk/; revision=27198
This commit is contained in:
@@ -268,6 +268,7 @@ GdipGetImageEncodersSize@8
|
||||
GdipGetImageEncoders@12
|
||||
GdipComment@12
|
||||
GdipComment@12
|
||||
GdipCreatePath@8
|
||||
GdipCreatePath2@20
|
||||
GdipCreatePath2I@20
|
||||
GdipClonePath@8
|
||||
|
||||
@@ -2,6 +2,18 @@
|
||||
#include <gdiplusprivate.h>
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
GpStatus WINGDIPAPI
|
||||
GdipCreatePath( GpFillMode brushMode,GpPath **path)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user