home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1994 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1994.iso
/
win3
/
patches
/
symantec
/
rtlinc.exe
/
MMSYSTEM.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-06-28
|
226b
|
11 lines
/* copyright 1993 - Symantec Corporation */
/* wrapper for the two different mmsystem.h */
#ifdef __NT__
#pragma pack(__DEFALIGN)
#include <win32\mmsystem.h>
#pragma pack()
#else
#include <win16\mmsystem.h>
#endif