convert all of the gdiplus stuff to lowercase
[reactos.git] / reactos / lib / gdiplus / gdiplus / palette.c
1 #include <windows.h>
2 #include <gdiplusprivate.h>
3 #include <debug.h>
4
5 /*
6 * @unimplemented
7 */
8 GpStatus WINGDIPAPI
9 GdipGetNearestColor(GpGraphics *graphics,
10 ARGB* argb)
11 {
12 return NotImplemented;
13 }
14
15 /*
16 * @unimplemented
17 */
18 HPALETTE WINGDIPAPI
19 GdipCreateHalftonePalette()
20 {
21 return NULL;
22 }