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.
|
|
/****************************** Module Header ******************************\
* Module Name: wndstuff.h * * Created: 23 December 1999 * Author: Adrian Secchia [asecchia] * * Copyright (c) 1999 Microsoft Corporation \***************************************************************************/ #pragma once
#include <windows.h>
#include <winuser.h>
#include <commdlg.h>
#define DONTUSE(x) (x)
#define IDM_OPENFILE 40000
#define IDM_QUIT 40001
VOID PaintWindow(HDC hdc);
|