Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygendllmain.c
Go to the documentation of this file.
00001 /* 00002 * ReactOS kernel 00003 * Copyright (C) 2004 ReactOS Team 00004 * 00005 * This program is free software; you can redistribute it and/or modify 00006 * it under the terms of the GNU General Public License as published by 00007 * the Free Software Foundation; either version 2 of the License, or 00008 * (at your option) any later version. 00009 * 00010 * This program is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 * GNU General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU General Public License along 00016 * with this program; if not, write to the Free Software Foundation, Inc., 00017 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 00018 */ 00019 /* $Id: dllmain.c 56648 2012-05-21 13:38:32Z ekohl $ 00020 * 00021 * COPYRIGHT: See COPYING in the top level directory 00022 * PROJECT: ReactOS system libraries 00023 * PURPOSE: SAM interface library 00024 * FILE: lib/samlib/dllmain.c 00025 * PROGRAMER: Eric Kohl 00026 */ 00027 00028 /* INCLUDES *****************************************************************/ 00029 00030 #include "precomp.h" 00031 00032 WINE_DEFAULT_DEBUG_CHANNEL(samlib); 00033 00034 /* GLOBALS *******************************************************************/ 00035 00036 00037 /* FUNCTIONS *****************************************************************/ 00038 00039 BOOL WINAPI 00040 DllMain (HINSTANCE hInstance, 00041 DWORD dwReason, 00042 LPVOID lpReserved) 00043 { 00044 00045 return TRUE; 00046 } 00047 00048 /* EOF */ Generated on Sat May 26 2012 04:21:09 for ReactOS by
1.7.6.1
|