sdk: fix sound.h

git-svn-id: svn://kolibrios.org@5136 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge) 2014-09-21 10:56:49 +00:00
parent 834480f388
commit de0552185f
2 changed files with 2 additions and 4 deletions

View File

@ -136,8 +136,7 @@ typedef struct
unsigned int _stdcall test_wav(WAVEHEADER *hdr);
#ifdef __cplusplus
extern "C"
}
} /* extern "C" */
#endif
#endif //_SOUND_H_

View File

@ -135,8 +135,7 @@ typedef struct
unsigned int _stdcall test_wav(WAVEHEADER *hdr);
#ifdef __cplusplus
extern "C"
}
} /* extern "C" */
#endif
#endif //_SOUND_H_