aboutsummaryrefslogtreecommitdiff
path: root/src/SFileListFile.cpp
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2020-06-29 16:30:36 +0200
committerLadislav Zezula <zezula@volny.cz>2020-06-29 16:30:36 +0200
commitefa7e50ef7d25bcbb15007deed9453b3002aa8aa (patch)
tree752df1c0e2650948aefdaafcfdd8b672005ca451 /src/SFileListFile.cpp
parent0c05d9196b55e65f5014dac66ec65be48cbe2453 (diff)
Fixed cdecl problem
Diffstat (limited to 'src/SFileListFile.cpp')
-rw-r--r--src/SFileListFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SFileListFile.cpp b/src/SFileListFile.cpp
index 587aba4..aa8969c 100644
--- a/src/SFileListFile.cpp
+++ b/src/SFileListFile.cpp
@@ -292,7 +292,7 @@ static char * ReadListFileLine(TListFileCache * pCache, size_t * PtrLength)
return (char *)pbLineBegin;
}
-static int __cdecl CompareFileNodes(const void * p1, const void * p2)
+static int STORMLIB_CDECL CompareFileNodes(const void * p1, const void * p2)
{
char * szFileName1 = *(char **)p1;
char * szFileName2 = *(char **)p2;