Changeset 21811 for branches/gcc-kmk/src/user32/oslibmsgtranslate.cpp
- Timestamp:
- Nov 15, 2011, 12:27:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/user32/oslibmsgtranslate.cpp
r21341 r21811 53 53 static MSG doubleClickMsg = {0}; 54 54 55 extern UINT WINAPI GetACP(void); // from winnls.h 55 extern "C" UINT WINAPI GetACP(void); // from winnls.h 56 extern "C" UINT WIN32API clipboardPMToOdinFormat(ULONG ulPMFormat); 56 57 57 58 //For wheel mouse translation … … 1115 1116 case WM_RENDERFMT: 1116 1117 winMsg->message = WINWM_RENDERFORMAT; 1117 extern UINT WIN32API clipboardPMToOdinFormat(ULONG ulPMFormat);1118 1118 winMsg->wParam = (UINT)clipboardPMToOdinFormat((ULONG)os2Msg->mp1); 1119 1119 if (!winMsg->wParam)
Note:
See TracChangeset
for help on using the changeset viewer.