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
23 lines
519 B
/****************************** 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);
|
|
|
|
|
|
|