]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/lowtest.cxx
Cygwin fixes.
[simgear.git] / simgear / io / lowtest.cxx
index 85ecf6b3378a3a8617209f1520d19eca625a5a8c..924e1e113a107c8eb50ff9683dafdb7fb088a2ec 100644 (file)
@@ -39,8 +39,8 @@ int main() {
 
     double x = 1111111111;
     cout << "double x = " << x << endl;
-    sgEndianSwap((unsigned long long *)&x);
+    sgEndianSwap((uint64_t *)&x);
     cout << "double x = " << x << endl;
-    sgEndianSwap((unsigned long long *)&x);
+    sgEndianSwap((uint64_t *)&x);
     cout << "double x = " << x << endl;
 }