1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-23 00:15:59 +01:00

Update fff_test_cpp.cpp

This commit is contained in:
James Fraser
2018-12-14 20:19:52 +11:00
committed by GitHub
parent f38b06e939
commit 2c5ecf5495

View File

@@ -74,7 +74,7 @@ namespace cxx
#ifndef TEST_WITH_CALLING_CONVENTIONS
FAKE_VOID_FUNC(voidfunc1, cxx::int_t);
#else
FAKE_VOID_FUNC(_cdecl, voidfunc1, cxx::int_t);
FAKE_VOID_FUNC(_cdecl, voidfunc1, cxx::int_t);
#endif
}