Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygeninit.c
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: See COPYING in the top level directory 00003 * PROJECT: ReactOS kernel 00004 * FILE: lib/rossym/data.c 00005 * PURPOSE: Definition of external variables 00006 * 00007 * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) 00008 */ 00009 00010 #include <precomp.h> 00011 00012 ROSSYM_CALLBACKS RosSymCallbacks; 00013 00014 VOID 00015 RosSymInit(PROSSYM_CALLBACKS Callbacks) 00016 { 00017 RosSymCallbacks = *Callbacks; 00018 } 00019 00020 /* EOF */ Generated on Sun May 27 2012 04:23:32 for ReactOS by
1.7.6.1
|