Added support for compiling C++ files. It isn't included for all
[AROS.git] / arch / all-mingw32 / kernel / issuper.c
blobcaa6c945796f43a6b085d83b4fbdd934fd5ec59c
1 #include <aros/libcall.h>
3 #include "kernel_base.h"
5 AROS_LH0I(int, KrnIsSuper,
6 struct KernelBase *, KernelBase, 13, Kernel)
8 AROS_LIBFUNC_INIT
10 return *KernelIFace.SuperState;
12 AROS_LIBFUNC_EXIT