Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
948 B

  1. #ifndef _RLQUIKED_H_
  2. #define _RLQUIKED_H_
  3. #include "rlstrngs.h"
  4. #include "resourc2.h"
  5. void cwCenter(HWND, int);
  6. INT_PTR APIENTRY MainWndProc(HWND, UINT, WPARAM, LPARAM);
  7. INT_PTR DoMenuCommand ( HWND, UINT, WPARAM, LPARAM );
  8. INT_PTR DoListBoxCommand ( HWND, UINT, WPARAM, LPARAM );
  9. BOOL InitApplication(HINSTANCE);
  10. BOOL InitInstance(HINSTANCE, int);
  11. BOOL SaveTokList( HWND, FILE * );
  12. #ifdef RLWIN32
  13. INT_PTR CALLBACK About( HWND, UINT, WPARAM, LPARAM);
  14. INT_PTR CALLBACK GetLangIDsProc( HWND, UINT, WPARAM, LPARAM);
  15. INT_PTR CALLBACK TOKFINDMsgProc( HWND, UINT, WPARAM, LPARAM);
  16. INT_PTR CALLBACK TokEditDlgProc( HWND, UINT, WPARAM, LPARAM);
  17. #else
  18. static BOOL APIENTRY About( HWND, UINT, UINT, LONG );
  19. static BOOL APIENTRY TOKFINDMsgProc( HWND, UINT, UINT, LONG);
  20. static BOOL APIENTRY TokEditDlgProc( HWND, UINT, UINT, LONG);
  21. #endif // RLWIN32
  22. #endif // _RLQUIKED_H_