forked from KolibriOS/kolibrios
sdk: fix sound.h
git-svn-id: svn://kolibrios.org@5136 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
834480f388
commit
de0552185f
@ -136,8 +136,7 @@ typedef struct
|
||||
unsigned int _stdcall test_wav(WAVEHEADER *hdr);
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
}
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif //_SOUND_H_
|
||||
|
@ -135,8 +135,7 @@ typedef struct
|
||||
unsigned int _stdcall test_wav(WAVEHEADER *hdr);
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
}
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif //_SOUND_H_
|
||||
|
Loading…
Reference in New Issue
Block a user