mingw32/kernel: make the global variable appear again on export table
commit7e587887d63788362aeffd64345304eca51bf50d
authordeadwood <deadwood@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 14 Sep 2014 17:30:29 +0000 (14 17:30 +0000)
committerdeadwood <deadwood@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 14 Sep 2014 17:30:29 +0000 (14 17:30 +0000)
tree382bdf7fc5f337ec44523acd75c3962fe005b6a1
parent6b118fa8da5b74dd6c95d43901d593a5d087a02e
mingw32/kernel: make the global variable appear again on export table

The kernel.dll did not have the symbols for global variables exported.
It might have something to do with the kernel gcc used on build server
- I don't really know the root cause of the problem, but assigning
value to the variables makes the problem go away.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49632 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/all-mingw32/kernel/host_intr.c