source: trunk/src/win32k/misc/ptda.c@ 3411

Last change on this file since 3411 was 3411, checked in by bird, 25 years ago

Added new function import.
Added some new modules.

File size: 511 bytes
Line 
1/* $Id: ptda.c,v 1.1 2000-04-17 01:56:50 bird Exp $
2 *
3 * PTDA access functions.
4 *
5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
6 *
7 * Project Odin Software License can be found in LICENSE.TXT
8 *
9 */
10
11
12/*******************************************************************************
13* Header Files *
14*******************************************************************************/
15#include <os2.h>
16#include "ptda.h"
17
18
19
Note: See TracBrowser for help on using the repository browser.