Skip to content

Commit 5de41fa

Browse files
committed
[WIN32K] Remove duplicated definitions
1 parent babf0a9 commit 5de41fa

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

win32ss/gdi/font/font.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
#pragma once
22

3-
// FIXME: duplicated from ntoskrnl, should got to NDK or something
4-
#define InterlockedIncrementUL(Addend) \
5-
(ULONG)InterlockedIncrement((PLONG)(Addend))
6-
7-
#define InterlockedDecrementUL(Addend) \
8-
(ULONG)InterlockedDecrement((PLONG)(Addend))
9-
103
#define LFONT_GetObject FontGetObject
114

125
#define ENGAPI

0 commit comments

Comments
 (0)