mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-22 02:19:50 +01:00
2f40cd5b59
leads to a compile error when assigning it to an long. Thus _ostid type should be changed to IntPtr and the assignment should use a reinterpret_cast. Signed-off-by: FrancisANDRE <zosrothko@orange.fr>