pppc/pppc.cc
joshholtrop b858046eda added pport module
git-svn-id: http://apu.dw.local/svnusers/JoshHoltrop/pppc/trunk@35 8131a0b2-b21c-1c47-bd6a-f003126495bd
2009-07-29 19:08:48 +00:00

17 lines
299 B
C++

#include <windows.h>
#include <iostream>
#include "session_notification.h"
#include "pport.h"
using namespace std;
int WinMain(
HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
cerr << "Hi there" << endl;
return 0;
}