]> Harvie.CZ GIT Repositories and Mirrors - mirrors/Programs.git/commitdiff
podpora windows master
authorTomas Mudrunka <tomas.mudrunka@gmail.com>
Tue, 10 Feb 2026 17:31:23 +0000 (18:31 +0100)
committerTomas Mudrunka <tomas.mudrunka@gmail.com>
Tue, 10 Feb 2026 17:31:23 +0000 (18:31 +0100)
python/pydll.py

index 0ea75252da05712a3992b727eb6b2d1a00fb8275..ae4a3beea87e33b71a9ab2e847c189a7bd266b97 100755 (executable)
@@ -2,6 +2,6 @@
 
 import ctypes
 from ctypes.util import find_library
-libc = ctypes.CDLL(find_library("libc"))
+libc = ctypes.CDLL(find_library("libc") or find_library("msvcrt"))
 libc.printf(b"TEST: %d %s\n", 1234, b'mujstring')
 
This page took 0.16137 seconds and 4 git commands to generate.