projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c77bf54
)
[PSDK]
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Tue, 19 Jun 2012 20:17:54 +0000
(20:17 +0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Tue, 19 Jun 2012 20:17:54 +0000
(20:17 +0000)
Add ULongMult
svn path=/trunk/; revision=56753
reactos/include/psdk/intsafe.h
patch
|
blob
|
history
diff --git
a/reactos/include/psdk/intsafe.h
b/reactos/include/psdk/intsafe.h
index
dbc1235
..
f16ce66
100644
(file)
--- a/
reactos/include/psdk/intsafe.h
+++ b/
reactos/include/psdk/intsafe.h
@@
-681,6
+681,7
@@
INTSAFE_NAME(_Name)( \
return INTSAFE_NAME(_Convert)(Result, pOutput); \
}
+DEFINE_SAFE_MULT_U32(ULongMult, ULONG, ULongLongToULong)
#ifndef _WIN64
DEFINE_SAFE_MULT_U32(SizeTMult, size_t, ULongLongToSizeT)
DEFINE_SAFE_MULT_U32(SIZETMult, SIZE_T, ULongLongToSIZET)