diff options
author | Sven Gothel <[email protected]> | 2000-11-18 06:43:49 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2000-11-18 06:43:49 +0000 |
commit | 880653d31a8f1ff8384fdbc75b84934bceecfdb8 (patch) | |
tree | bdafb71416f176d2a4b73bf716c9dc3f13685a8b /CNativeCode/mac_nop_main.c |
Initial revision
Diffstat (limited to 'CNativeCode/mac_nop_main.c')
-rw-r--r-- | CNativeCode/mac_nop_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CNativeCode/mac_nop_main.c b/CNativeCode/mac_nop_main.c new file mode 100644 index 0000000..011711a --- /dev/null +++ b/CNativeCode/mac_nop_main.c @@ -0,0 +1 @@ +#include <stdio.h>
int main()
{
printf("GL4Java-Main NOP called (DLL)!");
return 0;
}
\ No newline at end of file |