A really simple Win32 implementation of 'hostname'.
[reactos.git] / reactos / subsys / system / hostname / hostname.xml
diff --git a/reactos/subsys/system/hostname/hostname.xml b/reactos/subsys/system/hostname/hostname.xml
new file mode 100644 (file)
index 0000000..85beb67
--- /dev/null
@@ -0,0 +1,7 @@
+<module name="hostname" type="win32cui" installbase="system32" installname="hostname.exe" warnings="true">
+       <define name="__USE_W32API" />
+       <library>kernel32</library>
+       <file>hostname.c</file>
+       <file>hostname.rc</file>
+</module>
+