source: trunk/include/qos.h@ 4

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

Import

File size: 590 bytes
Line 
1/* $Id: qos.h,v 1.1 1999-05-24 20:19:07 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 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.