git-svn-id: http://apu.dw.local/svnusers/JoshHoltrop/pppc/trunk@35 8131a0b2-b21c-1c47-bd6a-f003126495bd
17 lines
299 B
C++
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;
|
|
}
|