mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 07:41:51 +00:00
adding one missing stub
svn path=/trunk/; revision=27198
This commit is contained in:
parent
9c81f9ad19
commit
21dfa5bf59
2 changed files with 13 additions and 0 deletions
|
@ -268,6 +268,7 @@ GdipGetImageEncodersSize@8
|
||||||
GdipGetImageEncoders@12
|
GdipGetImageEncoders@12
|
||||||
GdipComment@12
|
GdipComment@12
|
||||||
GdipComment@12
|
GdipComment@12
|
||||||
|
GdipCreatePath@8
|
||||||
GdipCreatePath2@20
|
GdipCreatePath2@20
|
||||||
GdipCreatePath2I@20
|
GdipCreatePath2I@20
|
||||||
GdipClonePath@8
|
GdipClonePath@8
|
||||||
|
|
|
@ -2,6 +2,18 @@
|
||||||
#include <gdiplusprivate.h>
|
#include <gdiplusprivate.h>
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* @unimplemented
|
||||||
|
*/
|
||||||
|
GpStatus WINGDIPAPI
|
||||||
|
GdipCreatePath( GpFillMode brushMode,GpPath **path)
|
||||||
|
{
|
||||||
|
return NotImplemented;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue