Changeset 12516


Ignore:
Timestamp:
Dec 1, 1999, 9:29:39 PM (25 years ago)
Author:
phaller
Message:

Fix: calling convention for PostMessageA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/wsock32/new/relaywin.cpp

    r12494 r12516  
    1 /* $Id: relaywin.cpp,v 1.1 1999-12-01 01:10:55 phaller Exp $ */
     1/* $Id: relaywin.cpp,v 1.2 1999-12-01 20:29:39 phaller Exp $ */
    22
    33/*
     
    5454// prototype for PostMessageA
    5555//BOOL _Stdcall PostMessageA(HWND,UINT,WPARAM,LPARAM);
    56 BOOL _System PostMessageA(HWND,UINT,ULONG,ULONG);
     56BOOL __stdcall PostMessageA(HWND,UINT,ULONG,ULONG);
    5757
    5858
Note: See TracChangeset for help on using the changeset viewer.