remove test command

svn path=/branches/GSoC_2011/ThemesSupport/; revision=52666
This commit is contained in:
Giannis Adamopoulos 2011-07-12 21:27:46 +00:00
parent eb23bde458
commit 3a7d41318a

View file

@ -16,8 +16,6 @@ int _tmain(int argc, _TCHAR* argv[])
return 0;
}
//hmodRosTheme = LoadLibrary(L"C:\\Reactos\\src\\themes-priv\\output-MinGW-i386\\reactos\\dll\\win32\\uxtheme\\rostheme.dll");
hmodRosTheme = LoadLibrary(argv[1]);
if(!hmodRosTheme)
{