Re-wording the warning.

Author:vwheeler
Date:2014-05-06T01:54:21.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1369 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
vwheeler
2014-05-15 17:16:46 +00:00
parent d42f4afd41
commit 497d85b5db

View File

@@ -24,6 +24,6 @@ Calling conventions define 1) how arguments are placed on the stack, and 2) whic
{{note|Most OS services provided by the Win32 API use the __stdcall calling convention.}}
{{warning|Getting '''dll32''' and '''dllwin32''' reversed will cause your application to crash, because the call stack will be corrupted. For more information please read your C compiler documentation. }}
{{warning|Getting '''dll32''' and '''dllwin32''' reversed will cause your application's call stack to be corrupted. This will cause your application to malfunction, can cause it to crash, and can potentially crash your whole system. So getting this right is crucial to smooth implementation of external DLL calls. For more information please consult your C compiler documentation.}}