comparison native/WinNarrator/WinNarrator.cpp @ 0:9418ab7b7f3f

Initial import
author Fiore Martin <fiore@eecs.qmul.ac.uk>
date Fri, 16 Dec 2011 17:35:51 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9418ab7b7f3f
1 // WinNarrator.cpp : Defines the entry point for the console application.
2 //
3
4 #include "stdafx.h"
5
6
7 int _tmain(int argc, _TCHAR* argv[])
8 {
9 return 0;
10 }
11