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.

23 lines
519 B

  1. /****************************** Module Header ******************************\
  2. * Module Name: wndstuff.h
  3. *
  4. * Created: 23 December 1999
  5. * Author: Adrian Secchia [asecchia]
  6. *
  7. * Copyright (c) 1999 Microsoft Corporation
  8. \***************************************************************************/
  9. #pragma once
  10. #include <windows.h>
  11. #include <winuser.h>
  12. #include <commdlg.h>
  13. #define DONTUSE(x) (x)
  14. #define IDM_OPENFILE 40000
  15. #define IDM_QUIT 40001
  16. VOID PaintWindow(HDC hdc);