Added 'extern' keyword to (temporary) declaration inside a function,
which reportedly prevents problems on some platforms. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1356 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -889,7 +889,7 @@ while (--ac > 0)
|
||||
/* TODO: Put initAudio back in main where it belongs once threading
|
||||
* is gone.
|
||||
*/
|
||||
sint32 initAudio (sint32 driver, sint32 flags);
|
||||
extern sint32 initAudio (sint32 driver, sint32 flags);
|
||||
initAudio (snddriver, soundflags);
|
||||
|
||||
if (LoadKernel (0,0))
|
||||
|
||||
Reference in New Issue
Block a user