Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2369a98 commit cbe6a53Copy full SHA for cbe6a53
1 file changed
Mac/Modules/macosmodule.c
@@ -30,6 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
30
#include <Windows.h>
31
#include <Files.h>
32
#include <LowMem.h>
33
+#include <Sound.h>
34
35
static PyObject *MacOS_Error; /* Exception MacOS.Error */
36
@@ -563,6 +564,7 @@ MacOS_splash(PyObject *self, PyObject *args)
563
564
if (!PyArg_ParseTuple(args, "|i", &resid))
565
return NULL;
566
olddialog = curdialog;
567
+ curdialog = NULL;
568
569
if ( resid != -1 ) {
570
curdialog = GetNewDialog(resid, NULL, (WindowPtr)-1);
0 commit comments