source:
QMUL/stdafx.h
@
6
Revision 6, 148 bytes checked in by ginevra, 12 years ago (diff) |
---|
Line | |
---|---|
1 | |
2 | #pragma once |
3 | |
4 | #ifndef _WIN32_WINNT |
5 | #define _WIN32_WINNT 0x0501 |
6 | #endif |
7 | |
8 | #include <stdio.h> |
9 | #include <tchar.h> |
10 |
Note: See TracBrowser
for help on using the repository browser.