Fixed thread sample SEGV on wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
1999-08-26 17:35:00 +00:00
parent 3372145d9d
commit 9baf15cea6
2 changed files with 8 additions and 6 deletions

View File

@@ -23,7 +23,8 @@ enum {
typedef enum {
wxSOUND_NOFORMAT,
wxSOUND_PCM,
wxSOUND_ULAW
wxSOUND_ULAW,
wxSOUND_G72X
} wxSoundFormatType;
typedef enum {