source: trunk/src/user32/new/dc.h@ 926

Last change on this file since 926 was 923, checked in by dengert, 26 years ago

some more DC related functions

File size: 305 bytes
Line 
1/* $Id: dc.h,v 1.1 1999-09-13 16:13:46 dengert Exp $ */
2/*
3 * public dc functions
4 *
5 *
6 * Copyright 1999 Daniela Engert (dani@ngrt.de)
7 *
8 *
9 * Project Odin Software License can be found in LICENSE.TXT
10 *
11 */
12#ifndef __DC_H__
13#define __DC_H__
14
15extern void releaseOwnDC (HDC hps);
16
17#endif //__DC_H__
Note: See TracBrowser for help on using the repository browser.