1 2 3 4 5 6
#ifndef __opt_passwords_h__ #define __opt_passwords_h__ BOOL CALLBACK OptPasswordsDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); #endif // __opt_passwords_h__