www.pudn.com > 20040006.zip > HelperAPI.h


#ifndef _INC_HELPERAPI 
#define _INC_HELPERAPI 
 
#include  
 
int  GetWindowsVersion(LPSTR strVersion); 
BOOL PlaySound(UINT IDSoundRes, WORD wFlag = SND_ASYNC); 
 
#endif	//_INC_HELPERAPI