source: trunk/tools/database/Codes.sql@ 6823

Last change on this file since 6823 was 6678, checked in by bird, 24 years ago

reverse prev rev.

File size: 707 bytes
Line 
1-- $Id: Codes.sql,v 1.3 2001-09-07 10:31:43 bird Exp $
2--
3-- Codes.
4--
5
6
7--
8-- Dll type codes.
9--
10-- codegroup code description
11INSERT INTO code
12 VALUES ('DTYP', 'A ', 'Odin32 API DLL');
13INSERT INTO code
14 VALUES ('DTYP', 'I ', 'Internal Odin32 DLL');
15INSERT INTO code
16 VALUES ('DTYP', 'S ', 'Support stuff (ie. pe.exe and win32k.sys)');
17INSERT INTO code
18 VALUES ('DTYP', 'T ', 'Tools (executables and DLLs)');
19
20
21--
22-- Function type codes.
23--
24-- codegroup code description
25INSERT INTO code
26 VALUES ('FTYP', 'A ', 'Odin32 API');
27INSERT INTO code
28 VALUES ('FTYP', 'I ', 'Internal Odin32 API');
29INSERT INTO code
30 VALUES ('FTYP', 'O ', 'Other function');
31
32
Note: See TracBrowser for help on using the repository browser.