mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 18:56:48 +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
|
||||
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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue