Removed a misplaced word.

Author:vwheeler
Date:2014-05-06T01:48:48.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1368 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
vwheeler
2014-05-06 01:48:48 +00:00
parent 8413dc75c8
commit d42f4afd41

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.}} {{note|Most OS services provided by the Win32 API use the __stdcall calling convention.}}
{{warning|Using 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 to crash, because the call stack will be corrupted. For more information please read your C compiler documentation. }}