Skip to content

Commit 5d78a5a

Browse files
committed
Revert graph _function_class_
1 parent 8f19cba commit 5d78a5a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

phlib/include/graph.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@ extern RECT PhNormalGraphTextPadding;
3131

3232
typedef struct _PH_GRAPH_DRAW_INFO *PPH_GRAPH_DRAW_INFO;
3333

34-
_Function_class_(PH_GRAPH_LABEL_Y_FUNCTION)
35-
typedef PPH_STRING (NTAPI PH_GRAPH_LABEL_Y_FUNCTION)(
34+
typedef PPH_STRING (NTAPI *PPH_GRAPH_LABEL_Y_FUNCTION)(
3635
_In_ PPH_GRAPH_DRAW_INFO DrawInfo,
3736
_In_ ULONG DataIndex,
3837
_In_ FLOAT Value,
3938
_In_ FLOAT Parameter
4039
);
41-
typedef PH_GRAPH_LABEL_Y_FUNCTION *PPH_GRAPH_LABEL_Y_FUNCTION;
4240

4341
typedef struct _PH_GRAPH_DRAW_INFO
4442
{

0 commit comments

Comments
 (0)