Merge aicom-network-branch (without NDIS changes for now)
[reactos.git] / rostests / apitests / dciman32api / dciman32api.c
1 #include "dciman32api.h"
2
3 HINSTANCE g_hInstance;
4
5 BOOL
6 IsFunctionPresent(LPWSTR lpszFunction)
7 {
8 return TRUE;
9 }
10
11 int APIENTRY
12 WinMain(HINSTANCE hInstance,
13 HINSTANCE hPrevInstance,
14 LPSTR lpCmdLine,
15 int nCmdShow)
16 {
17 g_hInstance = hInstance;
18 return TestMain(L"dciman32api", L"dciman32.dll");
19 }