Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenwinver.c
Go to the documentation of this file.
00001 #include <windows.h> 00002 #include <tchar.h> 00003 00004 int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) { 00005 static const WCHAR szROS[] = { 'R','e','a','c','t','O','S',0 }; 00006 UNREFERENCED_PARAMETER(lpCmdLine); 00007 UNREFERENCED_PARAMETER(nCmdShow); 00008 UNREFERENCED_PARAMETER(hPrevInstance); 00009 UNREFERENCED_PARAMETER(hInstance); 00010 ShellAbout(0, szROS, 0, 0); 00011 return 1; 00012 } Generated on Sat May 26 2012 04:16:32 for ReactOS by
1.7.6.1
|