Skip to content
Extraits de code Groupes Projets
Valider dde02142 rédigé par Karl Blomster's avatar Karl Blomster
Parcourir les fichiers

change __stdcall to FFMS_CC, should improve portability

Originally committed to SVN as r2397.
parent 87b91ea3
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
/////////////// ///////////////
// Update indexing progress // Update indexing progress
int __stdcall FFmpegSourceProvider::UpdateIndexingProgress(int State, int64_t Current, int64_t Total, void *Private) { int FFMS_CC FFmpegSourceProvider::UpdateIndexingProgress(int State, int64_t Current, int64_t Total, void *Private) {
IndexingProgressDialog *Progress = (IndexingProgressDialog *)Private; IndexingProgressDialog *Progress = (IndexingProgressDialog *)Private;
if (Progress->IndexingCanceled) if (Progress->IndexingCanceled)
......
...@@ -53,7 +53,7 @@ public: ...@@ -53,7 +53,7 @@ public:
DialogProgress *ProgressDialog; DialogProgress *ProgressDialog;
}; };
static int __stdcall UpdateIndexingProgress(int State, int64_t Current, int64_t Total, void *Private); static int FFMS_CC UpdateIndexingProgress(int State, int64_t Current, int64_t Total, void *Private);
FrameIndex *DoIndexing(FrameIndex *Index, wxString Filename, wxString Cachename, int Trackmask, bool IgnoreDecodeErrors); FrameIndex *DoIndexing(FrameIndex *Index, wxString Filename, wxString Cachename, int Trackmask, bool IgnoreDecodeErrors);
}; };
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter