Skip to content

Commit ada1523

Browse files
authored
add missing inline decorators (#219)
1 parent a12ce83 commit ada1523

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

inc/fnlwfapi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ FnLwfUnloadApi(
5353
}
5454
}
5555

56+
FNLWFAPI
5657
VOID *
5758
FnLwfInitializeEa(
5859
_In_ FNLWF_FILE_TYPE FileType,

inc/fnmpapi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ FnMpUnloadApi(
6868
}
6969
}
7070

71+
FNMPAPI
7172
VOID *
7273
FnMpInitializeEa(
7374
_In_ FNMP_FILE_TYPE FileType,

0 commit comments

Comments
 (0)