aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Win32-MSVS/chcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/Win32-MSVS/chcore.c')
-rw-r--r--demos/Win32-MSVS/chcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Win32-MSVS/chcore.c b/demos/Win32-MSVS/chcore.c
index 01619f9cd..8aedbb465 100644
--- a/demos/Win32-MSVS/chcore.c
+++ b/demos/Win32-MSVS/chcore.c
@@ -47,7 +47,7 @@ void InitCore(void) {
/*
* Interrupt simulation.
*/
-static void ChkIntSources(void) {
+void ChkIntSources(void) {
LARGE_INTEGER n;
if (Com1InInterruptSimCom() || Com2InInterruptSimCom() ||