Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change name of the real executed main function to a windows specific one
authorAugustin Degomme <degomme@idpann.imag.fr>
Tue, 19 Feb 2013 15:54:26 +0000 (16:54 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Tue, 19 Feb 2013 16:01:41 +0000 (17:01 +0100)
include/smpi/smpi_main.h

index 604d8fa..08874c7 100644 (file)
@@ -1,6 +1,6 @@
-#define main smpi_simulated_main__(int argc, char **argv);\
+#define main smpi_windows_main__(int argc, char **argv);\
 int main(int argc, char **argv){\
-smpi_main(&smpi_simulated_main__,argc,argv);\
+smpi_main(&smpi_windows_main__,argc,argv);\
 return 0;\
 }\
-int smpi_simulated_main__
+int smpi_windows_main__