Changeset 5224 for trunk/src/win32k/lib/libTerm.c
- Timestamp:
- Feb 21, 2001, 8:47:59 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/lib/libTerm.c
r4787 r5224 1 /* $Id: libTerm.c,v 1. 3 2000-12-11 06:53:54bird Exp $1 /* $Id: libTerm.c,v 1.4 2001-02-21 07:47:58 bird Exp $ 2 2 * 3 3 * Terminates the Win32k library functions. 4 4 * 5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 2000-2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 22 22 *******************************************************************************/ 23 23 #include <os2.h> 24 25 26 /******************************************************************************* 27 * Global Variables * 28 *******************************************************************************/ 29 extern BOOL fInited; 30 extern HFILE hWin32k; 24 #include "libPrivate.h" 31 25 32 26
Note:
See TracChangeset
for help on using the changeset viewer.