home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 14.ddi / GENINC.PAK / WINMM.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-02  |  438 b   |  28 lines

  1. /*++ BUILD Version: 0002    Increment this if a change has global effects
  2.  
  3.  
  4. Module Name:  winmm.h
  5.  
  6. Abstract:
  7.  
  8.     This include file is obsolete.
  9.  
  10. --*/
  11.  
  12. /*
  13.  *      C/C++ Run Time Library - Version 6.0
  14.  *
  15.  *      Copyright (c) 1990, 1993 by Borland International
  16.  *      All Rights Reserved.
  17.  *
  18.  */
  19.  
  20. #ifndef __WINMM_H
  21. #define __WINMM_H
  22.  
  23. #ifndef __MMSYSTEM_H
  24. #include <mmsystem.h>
  25. #endif
  26.  
  27. #endif  /* __WINMM_H */
  28.