Skip to content

Commit f45c0c2

Browse files
JohannesKauffmannlu-zero
authored andcommitted
Fix linking statically with intel_gfx_api-x86.dll
1 parent 0349e3b commit f45c0c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/intel_api_factory.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ extern "C"
2525
{
2626
#endif /* __cplusplus */
2727

28-
HRESULT APIENTRY InitialiseMediaSession(_Out_ HANDLE* handle, _In_ LPVOID lpParam, _Reserved_ LPVOID lpReserved);
29-
HRESULT APIENTRY DisposeMediaSession(_In_ const HANDLE handle);
28+
HRESULT InitialiseMediaSession(_Out_ HANDLE* handle, _In_ LPVOID lpParam, _Reserved_ LPVOID lpReserved);
29+
HRESULT DisposeMediaSession(_In_ const HANDLE handle);
3030

3131
#ifdef __cplusplus
3232
}

src/intel_gfx_api-x86.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
LIBRARY intel_gfx_api-x86.dll
22
EXPORTS
3-
InitialiseMediaSession@12
4-
DisposeMediaSession@4
3+
InitialiseMediaSession
4+
DisposeMediaSession

0 commit comments

Comments
 (0)