aboutsummaryrefslogtreecommitdiff
path: root/src/engine/logging.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-10-17 19:12:21 -0500
committerSean Hall <r.sean.hall@gmail.com>2020-10-24 20:07:21 -0500
commit273c69f34311f4f4e5f6b5896e71d0788f12d96a (patch)
tree4cf8f42f3ecfa9341a41686b74aa5e48068ede87 /src/engine/logging.h
parent3f8e35223216ebbe7f6683a5031a5a97bbc66d5a (diff)
downloadwix-273c69f34311f4f4e5f6b5896e71d0788f12d96a.tar.gz
wix-273c69f34311f4f4e5f6b5896e71d0788f12d96a.tar.bz2
wix-273c69f34311f4f4e5f6b5896e71d0788f12d96a.zip
WIXFEAT:6210 Change data type of versions to strings.
Diffstat (limited to 'src/engine/logging.h')
-rw-r--r--src/engine/logging.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/engine/logging.h b/src/engine/logging.h
index cea4d31d..22dd54d9 100644
--- a/src/engine/logging.h
+++ b/src/engine/logging.h
@@ -133,11 +133,6 @@ LPWSTR LoggingStringOrUnknownIfNull(
133 __in LPCWSTR wz 133 __in LPCWSTR wz
134 ); 134 );
135 135
136// Note: this function is not thread safe.
137LPCSTR LoggingVersionToString(
138 __in DWORD64 dw64Version
139 );
140
141 136
142#if defined(__cplusplus) 137#if defined(__cplusplus)
143} 138}