aboutsummaryrefslogtreecommitdiff
path: root/libxml2-2.9.10/macos/src/macos_main.c
diff options
context:
space:
mode:
authorWojtek Kosior <wk@koszkonutek-tmp.pl.eu.org>2021-04-30 18:47:09 +0200
committerWojtek Kosior <wk@koszkonutek-tmp.pl.eu.org>2021-04-30 18:47:09 +0200
commit35a201cc8ef0c3f5b2df88d2e528aabee1048348 (patch)
tree902dae955480e19f4498dbe4964619fc91d09b06 /libxml2-2.9.10/macos/src/macos_main.c
downloadxml-backup-restore-master.tar.gz
xml-backup-restore-master.zip
Initial/Final commitHEADmaster
Diffstat (limited to 'libxml2-2.9.10/macos/src/macos_main.c')
-rw-r--r--libxml2-2.9.10/macos/src/macos_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libxml2-2.9.10/macos/src/macos_main.c b/libxml2-2.9.10/macos/src/macos_main.c
new file mode 100644
index 0000000..2625000
--- /dev/null
+++ b/libxml2-2.9.10/macos/src/macos_main.c
@@ -0,0 +1 @@
+#include <GUSICommandLine.h> #include <stdlib.h> #undef main DECLARE_MAIN(test) REGISTER_MAIN_START REGISTER_MAIN(test) REGISTER_MAIN_END int main() { (void) exec_commands(); return 0; } \ No newline at end of file