summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Test/CMock/test/system/test_compilation/callingconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS-Plus/Test/CMock/test/system/test_compilation/callingconv.h')
-rw-r--r--FreeRTOS-Plus/Test/CMock/test/system/test_compilation/callingconv.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/FreeRTOS-Plus/Test/CMock/test/system/test_compilation/callingconv.h b/FreeRTOS-Plus/Test/CMock/test/system/test_compilation/callingconv.h
new file mode 100644
index 000000000..beae0619f
--- /dev/null
+++ b/FreeRTOS-Plus/Test/CMock/test/system/test_compilation/callingconv.h
@@ -0,0 +1,11 @@
+/* ==========================================
+ CMock Project - Automatic Mock Generation for C
+ Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams
+ [Released under MIT License. Please refer to license.txt for details]
+========================================== */
+
+#ifndef __stdcall
+#define __stdcall
+#endif
+
+int __stdcall this_uses_calling_conventions(int b);