Start a new strsafe lib. Nothing implemented so far, more something like a framework...
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 26 Aug 2008 20:51:14 +0000 (20:51 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 26 Aug 2008 20:51:14 +0000 (20:51 +0000)
commit405ba263511570b19c45605e6889d919577f4d37
treeba5ca57adf415295f8da2a0e39da8dfa24754151
parent500dc4c37a6c8e29b8ac678bc8cef405ca29d16c
Start a new strsafe lib. Nothing implemented so far, more something like a framework. The actual function implementation will be in the header, because the ms header allows to inline the functions. It uses recursive include to avoid code duplication. The lib uses these functions to generate the code.

svn path=/branches/ros-amd64-bringup/; revision=35682
reactos/include/psdk/strsafe.h [new file with mode: 0644]
reactos/lib/sdk/sdk.rbuild
reactos/lib/sdk/strsafe/StringCbCatA.c [new file with mode: 0644]
reactos/lib/sdk/strsafe/StringCbCopyA.c [new file with mode: 0644]
reactos/lib/sdk/strsafe/StringCbPrintfA.c [new file with mode: 0644]
reactos/lib/sdk/strsafe/strsafe.rbuild [new file with mode: 0644]