#ifndef MAC #include #endif #include #include #include #include BOOL SspGetWorkstation( PSSP_CREDENTIAL Credential ); BOOL SspGetWorkstation( PSSP_CREDENTIAL Credential ) { // // We don't necessarily know this during boot. The NTLMSSP // package will use "none" if we return FALSE here. // return FALSE; }