Ignore:
Timestamp:
Mar 4, 2000, 8:55:39 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/dwaveout.cpp

    r2985 r3009  
    1 /* $Id: dwaveout.cpp,v 1.17 2000-03-03 19:18:46 sandervl Exp $ */
     1/* $Id: dwaveout.cpp,v 1.18 2000-03-04 19:55:06 sandervl Exp $ */
    22
    33/*
     
    2525#include <string.h>
    2626#define  OS2_ONLY
    27 #include "win32type.h"
     27#include <win32api.h>
    2828#include <wprocess.h>
    2929
     
    4141#define max(a, b) ((a > b) ? a : b)
    4242#endif
    43 
    44 //SvL: 23/09/99: WinPostMsg no longer works, as win32 window handles are no longer PM handles
    45 BOOL WIN32API PostMessageA(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
    4643
    4744LONG APIENTRY WaveOutHandler(ULONG ulStatus, PMCI_MIX_BUFFER pBuffer, ULONG ulFlags);
Note: See TracChangeset for help on using the changeset viewer.