aboutsummaryrefslogtreecommitdiff
path: root/CPP/Windows/PropVariantConv.cpp
diff options
context:
space:
mode:
authorIgor Pavlov <87184205+ip7z@users.noreply.github.com>2026-06-25 00:00:00 +0000
committerIgor Pavlov <87184205+ip7z@users.noreply.github.com>2026-06-26 11:00:29 +0500
commitf9d78aff31a5f2521ae7ddbdc97c4a8855808959 (patch)
treebf7e13577f75aa4c7c56af1153d6fa15c6052445 /CPP/Windows/PropVariantConv.cpp
parent8c63d71ff886bda90c86db28466287f977374237 (diff)
download7zip-f9d78aff31a5f2521ae7ddbdc97c4a8855808959.tar.gz
7zip-f9d78aff31a5f2521ae7ddbdc97c4a8855808959.tar.bz2
7zip-f9d78aff31a5f2521ae7ddbdc97c4a8855808959.zip
Diffstat (limited to 'CPP/Windows/PropVariantConv.cpp')
-rw-r--r--CPP/Windows/PropVariantConv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Windows/PropVariantConv.cpp b/CPP/Windows/PropVariantConv.cpp
index 21a7b4e..467c0f8 100644
--- a/CPP/Windows/PropVariantConv.cpp
+++ b/CPP/Windows/PropVariantConv.cpp
@@ -4,7 +4,7 @@
4 4
5#include "../Common/IntToString.h" 5#include "../Common/IntToString.h"
6 6
7#include "Defs.h" 7#include "WinDefs.h"
8#include "PropVariantConv.h" 8#include "PropVariantConv.h"
9 9
10#define UINT_TO_STR_2(c, val) { s[0] = (c); s[1] = (char)('0' + (val) / 10); s[2] = (char)('0' + (val) % 10); s += 3; } 10#define UINT_TO_STR_2(c, val) { s[0] = (c); s[1] = (char)('0' + (val) / 10); s[2] = (char)('0' + (val) % 10); s += 3; }