source: trunk/src/win32k/api/myVR32AllocMem.asm@ 4973

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

Initial sketches.

File size: 481 bytes
Line 
1; $Id: myVR32AllocMem.asm,v 1.1 2001-01-19 02:43:26 bird Exp $
2;
3; VR32AllocMem over loader which adds the OBJ_ANY flag.
4;
5; Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
6;
7; Project Odin Software License can be found in LICENSE.TXT
8;
9 .386p
10
11;
12; Include files
13;
14 include devsegdf.inc
15
16
17
18;
19; Exported symbols
20;
21 public
22
23
24;
25; Externs
26;
27 extrn ApiApplyChange:PROC
28
29
30CODE32 segment
31
32
33myVR32AllocMem proc near
34
35myVR32AllocMem endp
36
37CODE32 ends
38
39end
Note: See TracBrowser for help on using the repository browser.