In gmcs:
[mono.git] / mono / handles / shmdel.c
1 #include <config.h>
2 #include <glib.h>
3
4 #include <mono/io-layer/io-layer.h>
5
6 /* We're digging into handle internals here... */
7 #include <mono/io-layer/shared.h>
8
9 int main (int argc, char **argv)
10 {
11         _wapi_shm_destroy ();
12         
13         return 0;
14 }