Parent Directory
|
Revision Log
|
Patch
revision 220 by robwdcock, Thu Nov 24 07:42:12 2005 UTC | revision 221 by phornby, Thu Nov 24 11:23:33 2005 UTC | |
---|---|---|
# | Line 3 | Line 3 |
3 | ||
4 | ||
5 | #include <iostream> | #include <iostream> |
6 | ||
7 | // TODO : Can't we just use int main(int, char* []) on all platforms? | |
8 | #ifdef MSVC | |
9 | #include <tchar.h> | #include <tchar.h> |
10 | #else | |
11 | #define _TCHAR char | |
12 | #define _tmain main | |
13 | #endif | |
14 | ||
15 | #include "DataEmptyTestCase.h" | #include "DataEmptyTestCase.h" |
16 | #include "DataConstantTestCase.h" | #include "DataConstantTestCase.h" |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |