Diff for /np2/wince/soundmng.h between versions 1.1 and 1.2

version 1.1, 2003/10/21 14:57:41 version 1.2, 2003/10/25 13:52:24
Line 27  void soundmng_stop(void); Line 27  void soundmng_stop(void);
   
 // ---- for windows  // ---- for windows
   
 void wavemng_cb(UINT msg, HWAVEOUT hwo, WAVEHDR *whd);  #if defined(WAVEMNG_CBMAIN)
   void soundmng_cb(UINT msg, HWAVEOUT hwo, WAVEHDR *whd);
   #endif
 void soundmng_awake(void);  void soundmng_awake(void);
   
 #ifdef __cplusplus  #ifdef __cplusplus

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>