Ignore:
Timestamp:
Nov 15, 2011, 12:27:32 PM (14 years ago)
Author:
dmik
Message:

Port USER32.DLL (funal bunch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/user32/oslibmsgtranslate.cpp

    r21341 r21811  
    5353static MSG  doubleClickMsg = {0};
    5454
    55 extern UINT WINAPI GetACP(void); // from winnls.h
     55extern "C" UINT WINAPI GetACP(void); // from winnls.h
     56extern "C" UINT WIN32API clipboardPMToOdinFormat(ULONG ulPMFormat);
    5657
    5758//For wheel mouse translation
     
    11151116    case WM_RENDERFMT:
    11161117        winMsg->message = WINWM_RENDERFORMAT;
    1117         extern UINT WIN32API clipboardPMToOdinFormat(ULONG ulPMFormat);
    11181118        winMsg->wParam  = (UINT)clipboardPMToOdinFormat((ULONG)os2Msg->mp1);
    11191119        if (!winMsg->wParam)
Note: See TracChangeset for help on using the changeset viewer.