ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

winver.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.