29 lines
897 B
C
29 lines
897 B
C
/*
|
|
=======================================================================================
|
|
Name : DLLInter.c
|
|
|
|
Author : vincent lhullier Date :14/09/98
|
|
|
|
Description : initialize Specific driver DLL
|
|
=======================================================================================
|
|
*/
|
|
|
|
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
|
|
#include <windows.h>
|
|
#include "DLLCaps.h"
|
|
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
|
|
|
|
/*
|
|
=======================================================================================
|
|
Globals
|
|
=======================================================================================
|
|
*/
|
|
tdstGliCaps GLI_g_stCaps;
|
|
|
|
/*
|
|
=======================================================================================
|
|
Function
|
|
=======================================================================================
|
|
*/
|
|
|