1// saslGSSAPI.cpp : Defines the entry point for the DLL application.
2//
3
4#include "stdafx.h"
5
6BOOL APIENTRY DllMain( HANDLE hModule,
7                       DWORD  ul_reason_for_call,
8                       LPVOID lpReserved
9					 )
10{
11    return TRUE;
12}
13
14