Files
reactos/lib/rossym/init.c
T
Amine Khaldi 60eea2d779 * Branch for the 0.3.14 release.
svn path=/branches/ros-branch-0_3_14/; revision=55011
2012-01-19 15:13:24 +00:00

23 lines
450 B
C

/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* FILE: lib/rossym/data.c
* PURPOSE: Definition of external variables
*
* PROGRAMMERS: Ge van Geldorp ([email protected])
*/
#include <windows.h>
#include <reactos/rossym.h>
#include "rossympriv.h"
ROSSYM_CALLBACKS RosSymCallbacks;
VOID
RosSymInit(PROSSYM_CALLBACKS Callbacks)
{
RosSymCallbacks = *Callbacks;
}
/* EOF */