2007-11-29 12:54:54 +00:00
|
|
|
/*
|
|
|
|
* Resource file for tmarshaltest
|
|
|
|
*
|
|
|
|
* Copyright 2005 Robert Shearman
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "windef.h"
|
|
|
|
#include "winbase.h"
|
|
|
|
#include "winuser.h"
|
|
|
|
#include "winnls.h"
|
|
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
|
|
|
#include "wine/wine_common_ver.rc"
|
|
|
|
|
2009-01-04 19:19:05 +00:00
|
|
|
/* @makedep: tmarshal.tlb */
|
2010-08-05 21:28:34 +00:00
|
|
|
1 TYPELIB tmarshal.tlb
|
2009-01-04 19:19:05 +00:00
|
|
|
|
|
|
|
/* @makedep: test_tlb.tlb */
|
2010-08-05 21:28:34 +00:00
|
|
|
2 TYPELIB test_tlb.tlb
|
Sync advapi32, gdi32, gdiplus, inetmib1, kernel32, mlang, msi, msvcrt, ntdll, oleaut32, rpcrt4, secur32, setupapi, shdocvw, shlwapi, snmpapi, twain_32, urlmon, user32, userenv, usp10, winhttp, wininet, wintrust, ws2_32 winetests to Wine 1.2rc6
svn path=/trunk/; revision=47939
2010-07-04 19:08:47 +00:00
|
|
|
|
|
|
|
/* @makedep: test_reg.tlb */
|
2010-08-05 21:28:34 +00:00
|
|
|
3 TYPELIB test_reg.tlb
|