aboutsummaryrefslogtreecommitdiff
path: root/src/winapi.c
blob: a5a7c527d68672a9c8db1d598464ce2f8d443bb0 (plain)
1
2
3
4
5
6
7
#ifdef WinAPI
int main()
{
	printf("WinAPI\n");
	return 0;
}
#endif