1 2 3 4 5 6 7
#ifndef jumplist_h__ #define jumplist_h__ void LoadJumpList(); void InitJumpList(); #endif // jumplist_h__