Skip to content

Commit 31476d3

Browse files
authored
Adding the functions pointer declarations (#67)
1 parent 70d68b9 commit 31476d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/GmmLib/inc/External/Common/GmmLibDll.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ extern "C" {
7676
}
7777
#endif
7878

79-
#ifdef _WIN32
80-
typedef GMM_STATUS (APIENTRY *pfnGmmEntry)(GmmExportEntries *);
81-
#endif
79+
typedef GMM_STATUS (GMM_STDCALL *pfnGmmEntry)(GmmExportEntries *);
80+
typedef GMM_STATUS (GMM_STDCALL *pfnGmmInit)(GMM_INIT_IN_ARGS *, GMM_INIT_OUT_ARGS *);
81+
typedef void (GMM_STDCALL *pfnGmmDestroy)(GMM_INIT_OUT_ARGS *);

0 commit comments

Comments
 (0)