[LT2013]
[reactos.git] / modules / rosapps / applications / net / tsclient / porting-tools / rdesktop-core-tester / typelib.rh
1 #define TOSTRING_(X) #X
2 #define TOSTRING(X) TOSTRING_(X)
3
4 LANGUAGE 0, 0
5
6 #ifndef TYPELIB_PATH__
7 #error TYPELIB_PATH__ not defined
8 #endif
9
10 #ifndef TYPELIB_RESOURCEID__
11 #error TYPELIB_RESOURCEID__ not defined
12 #endif
13
14 /*
15 NOTE:
16 TYPELIB_PATH__ is defined on the command line (-D TYPELIB_PATH__=<path>)
17 TYPELIB_RESOURCEID__ is defined before this file is included
18 */
19 TYPELIB_RESOURCEID__ TYPELIB TOSTRING(TYPELIB_PATH__)
20
21 // EOF