src/unix.c
branchcustombridgeheads
changeset 5648 1608018c5ff2
parent 5643 3778051e8095
equal deleted inserted replaced
5647:cbde85c8c878 5648:1608018c5ff2
   109 }
   109 }
   110 #endif
   110 #endif
   111 
   111 
   112 void ShowInfo(const char *str)
   112 void ShowInfo(const char *str)
   113 {
   113 {
   114 	puts(str);
   114 	fprintf(stderr, str);
   115 }
   115 }
   116 
   116 
   117 void ShowOSErrorBox(const char *buf)
   117 void ShowOSErrorBox(const char *buf)
   118 {
   118 {
   119 #if defined(__APPLE__)
   119 #if defined(__APPLE__)