mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 10:53:25 +00:00

[VMWINST] - Rename FileExists() to DoesFileExist() to avoid clashing with the real API. svn path=/branches/header-work/; revision=47155
9 lines
338 B
Ruby
9 lines
338 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="runonce" type="win32gui" installbase="system32" installname="runonce.exe" unicode="yes">
|
|
<include base="runonce">.</include>
|
|
<library>advapi32</library>
|
|
<library>user32</library>
|
|
<file>runonce.c</file>
|
|
<file>runonce.rc</file>
|
|
</module>
|