VirtualBox

Changeset 105337 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jul 16, 2024 8:18:27 AM (6 months ago)
Author:
vboxsync
Message:

Main/Recording: Corrected calling convention for RecordingContext::s_progressCancelCallback. bugref:10725

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/Recording.h

    r105266 r105337  
    202202protected:
    203203
    204     static DECLCALLBACK(void) s_progressCancelCallback(void *pvUser);
     204    static void              s_progressCancelCallback(void *pvUser);
    205205
    206206    static DECLCALLBACK(void) s_recordingStateChangedCallback(RecordingContext *pCtx, RECORDINGSTS enmSts, uint32_t uScreen, int vrc, void *pvUser);
  • trunk/src/VBox/Main/src-client/Recording.cpp

    r105268 r105337  
    698698 */
    699699/* static */
    700 DECLCALLBACK(void) RecordingContext::s_progressCancelCallback(void *pvUser)
     700void RecordingContext::s_progressCancelCallback(void *pvUser)
    701701{
    702702    RecordingContext *pThis = (RecordingContext *)pvUser;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette