12 lines
166 B
C
12 lines
166 B
C
|
|
/* XXX Need copyright info */
|
||
|
|
|
||
|
|
#include <wintirpc.h>
|
||
|
|
#include <stdio.h>
|
||
|
|
|
||
|
|
/*
|
||
|
|
DWORD getpid(void)
|
||
|
|
{
|
||
|
|
fprintf(stderr, "STUB: getpid() returning zero!\n");
|
||
|
|
return 0;
|
||
|
|
}
|
||
|
|
*/
|