mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
2199ae9003
svn path=/trunk/; revision=26010
10 lines
325 B
Ruby
10 lines
325 B
Ruby
<module name="noexecute" type="win32cui" installbase="bin" installname="noexecute.exe">
|
|
<define name="_WIN32_IE">0x0501</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<define name="__USE_W32API" />
|
|
<library>pseh</library>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
|
|
<file>noexecute.c</file>
|
|
</module>
|