File diff r5940:476169f4235d → r5941:09e955ca9251
src/unix.cpp
Show inline comments
 
@@ -127,9 +127,9 @@ void ShowOSErrorBox(const char *buf)
 
}
 

	
 
#ifdef WITH_COCOA
 
extern "C" void cocoaSetWorkingDirectory(void);
 
extern "C" void cocoaSetupAutoreleasePool(void);
 
extern "C" void cocoaReleaseAutoreleasePool(void);
 
void cocoaSetWorkingDirectory(void);
 
void cocoaSetupAutoreleasePool(void);
 
void cocoaReleaseAutoreleasePool(void);
 
#endif
 

	
 
int CDECL main(int argc, char* argv[])