Changeset 3009 for trunk/src


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

* empty log message *

Location:
trunk/src
Files:
3 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);
  • trunk/src/wsock32/makefile

    r2712 r3009  
    1 # $Id: makefile,v 1.18 2000-02-09 23:47:06 bird Exp $
     1# $Id: makefile,v 1.19 2000-03-04 19:55:39 sandervl Exp $
    22
    33#
     
    1616
    1717CFLAGS = $(CFLAGS) -I$(PDWIN32_INCLUDE)
    18 CXXFLAGS = $(CXXFLAGS) -I$(PDWIN32_INCLUDE)
     18CXXFLAGS = $(CXXFLAGS) -I$(PDWIN32_INCLUDE) 
    1919
    2020
  • trunk/src/wsock32/relaywin.cpp

    r2992 r3009  
    4242#include <wprocess.h>
    4343#include <heapstring.h>
    44 #include <win32wnd.h>
     44#include <win32api.h>
    4545#include "wsock32.h"
    4646
     
    5858static char*       ODIN_WSOCK_RELAY_CLASS = "ODIN_WSOCK_RELAY";
    5959static HWND        hwndRelay              = NULLHANDLE;
    60 
    61 // prototype for PostMessageA
    62 BOOL __stdcall PostMessageA(HWND,UINT,ULONG,ULONG);
    6360
    6461
Note: See TracChangeset for help on using the changeset viewer.