summaryrefslogtreecommitdiffstats
path: root/pytquic3
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-13 11:11:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-13 11:11:09 +0900
commit23638c89e30cefac38f38a681e58c628ce94a74a (patch)
tree7d65134ee96aa5263c4c72a686178fac82494035 /pytquic3
parent15eb6c387b2bfd9f54bd8223d483dd8c3998ea2e (diff)
downloadpytqt-23638c89e30cefac38f38a681e58c628ce94a74a.tar.gz
pytqt-23638c89e30cefac38f38a681e58c628ce94a74a.zip
Replace Q_WS_* defines with TQ_WS_* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'pytquic3')
-rw-r--r--pytquic3/embed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytquic3/embed.cpp b/pytquic3/embed.cpp
index a24f282..f86a1d6 100644
--- a/pytquic3/embed.cpp
+++ b/pytquic3/embed.cpp
@@ -32,7 +32,7 @@
// on embedded, we do not compress image data. Rationale: by mapping
// the ready-only data directly into memory we are both faster and
// more memory efficient
-#if defined(Q_WS_QWS) && !defined(TQT_NO_IMAGE_COLLECTION_COMPRESSION)
+#if defined(TQ_WS_QWS) && !defined(TQT_NO_IMAGE_COLLECTION_COMPRESSION)
#define TQT_NO_IMAGE_COLLECTION_COMPRESSION
#endif