Last change
on this file since 10 was 10, checked in by phaller, 26 years ago |
Experimental support vor EMX/GCC 0.9d as build environment. IBM VAC++ 3 remains default. (SET CCENV=VAC3 or EMX)
|
File size:
806 bytes
|
Line | |
---|
1 | /* $Id: mmsystem.h,v 1.2 1999-05-27 15:17:58 phaller 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.