ReactOS 0.4.15-dev-7924-g5949c20
winstubs.c
Go to the documentation of this file.
1/* XXX Need copyright info */
2
3#include <wintirpc.h>
4#include <stdio.h>
5
6/*
7DWORD getpid(void)
8{
9 fprintf(stderr, "STUB: getpid() returning zero!\n");
10 return 0;
11}
12*/