diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-30 19:05:35 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-30 19:05:35 (GMT) |
commit | 04d8ba688cf670fc20ea92d472dfba67556a5e68 (patch) | |
tree | 14c942bd4a4f9025a6cd44415686d9243b8f5c9f /Source/cmWin32ProcessExecution.h | |
parent | a7692d84f038d24e167fdc8576713218ddcfb2f0 (diff) | |
download | CMake-04d8ba688cf670fc20ea92d472dfba67556a5e68.zip CMake-04d8ba688cf670fc20ea92d472dfba67556a5e68.tar.gz CMake-04d8ba688cf670fc20ea92d472dfba67556a5e68.tar.bz2 |
Add some more comments
Diffstat (limited to 'Source/cmWin32ProcessExecution.h')
-rw-r--r-- | Source/cmWin32ProcessExecution.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmWin32ProcessExecution.h b/Source/cmWin32ProcessExecution.h index b149a6b..c071369 100644 --- a/Source/cmWin32ProcessExecution.h +++ b/Source/cmWin32ProcessExecution.h @@ -23,6 +23,11 @@ * Written by Bill Tutt <billtut@microsoft.com>. Minor tweaks * and 2.0 integration by Fredrik Lundh <fredrik@pythonware.com> * Return code handling by David Bolen <db3l@fitlinxx.com>. + * + * Modified for CMake. + * + * For more information, please check Microsoft Knowledge Base + * Articles Q190351 and Q150956. */ #include "cmStandardIncludes.h" |