Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / modules / rosapps / applications / net / tsclient / porting-tools / rdesktop-core-tester / typelib.rh
diff --git a/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/typelib.rh b/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/typelib.rh
new file mode 100644 (file)
index 0000000..e14a7da
--- /dev/null
@@ -0,0 +1,21 @@
+#define TOSTRING_(X) #X
+#define TOSTRING(X) TOSTRING_(X)
+
+LANGUAGE 0, 0
+
+#ifndef TYPELIB_PATH__
+#error TYPELIB_PATH__ not defined
+#endif
+
+#ifndef TYPELIB_RESOURCEID__
+#error TYPELIB_RESOURCEID__ not defined
+#endif
+
+/*
+       NOTE:
+               TYPELIB_PATH__ is defined on the command line (-D TYPELIB_PATH__=<path>)
+               TYPELIB_RESOURCEID__ is defined before this file is included
+*/
+TYPELIB_RESOURCEID__ TYPELIB TOSTRING(TYPELIB_PATH__)
+
+// EOF