Last change
on this file since 25 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:
594 bytes
|
Rev | Line | |
---|
[10] | 1 | /* $Id: qos.h,v 1.2 1999-05-27 15:17:59 phaller Exp $ */
|
---|
[4] | 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 qos.h: define WIN32OS2_USE_WIN_QOS
|
---|
| 12 | * OS/2 qos.h: undefine WIN32OS2_USE_WIN_QOS
|
---|
| 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_QOS
|
---|
| 22 | #include "win\qos.h"
|
---|
| 23 | #else
|
---|
| 24 | #include <qos.h>
|
---|
| 25 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.