source: trunk/include/mmsystem.h@ 4

Last change on this file since 4 was 4, checked in by ktk, 26 years ago

Import

File size: 802 bytes
RevLine 
[4]1/* $Id: mmsystem.h,v 1.1 1999-05-24 20:19:06 ktk Exp $ */
2
3/*
4 *
5 * Project Odin Software License can be found in LICENSE.TXT
6 *
7 */
8/*
9 * Wrapper between OS/2 and Windows version of mmsystem.h
10 *
11 * Usage: Windows mmsystem.h: define WIN32OS2_USE_WIN_MMSYSTEM
12 * OS/2 mmsystem.h: undefine WIN32OS2_USE_WIN_MMSYSTEM
13 *
14 * Note: The OS/2 toolkit have to precede the Win32 SDK in the searchpath for includes.
15 * (SET INCLUDE enviorment and '-I' compiler option.)
16 *
17 * Copyright (c) 1999 knut st. osmundsen
18 *
19 */
20
21#ifdef WIN32SDK_USE_WIN_MMSYSTEM
22 #include "win\mmsystem.h"
23#else
24 #error("This don't work! define WIN32SDK_USE_WIN_MMSYSTEM to include Win32SDK mmsystem.h.");
25 #error("Use greate magic to include mmsystem.h from OS/2 toolkit.");
26 //#include <mmsystem.h>
27#endif
Note: See TracBrowser for help on using the repository browser.