12 lines
97 B
C
12 lines
97 B
C
|
|
|
|
|
|
/*
|
|
* WNetGetCaps
|
|
*/
|
|
|
|
HINSTANCE WNetGetCaps(WORD wGunk)
|
|
{
|
|
return NULL;
|
|
}
|