Changeset 5247 for trunk/src/win32k/test
- Timestamp:
- Feb 23, 2001, 3:57:55 AM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/win32k/test/fakea.asm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/test/fakea.asm
r5207 r5247 1 ; $Id: fakea.asm,v 1. 4 2001-02-20 05:05:23bird Exp $1 ; $Id: fakea.asm,v 1.5 2001-02-23 02:57:55 bird Exp $ 2 2 ; 3 3 ; Fake assembly imports. … … 44 44 public fakeKMEnterKmodeSEF 45 45 public fakeKMExitKmodeSEF8 46 public fakeRASRST 47 public fakedh_SendEvent 46 48 47 49 … … 261 263 262 264 265 ;; 266 ; RASRST faker. 267 ; @status stupid stub. 268 fakeRASRST proc near 269 mov ax, ds 270 mov ax, ds 271 mov ax, ds 272 mov ax, ds 273 int 3 274 fakeRASRST endp 275 276 277 ;; 278 ; dh_SendEvent faker. 279 ; @status stupid stub. 280 fakedh_SendEvent proc near 281 mov ax, ds 282 mov ax, ds 283 mov ax, ds 284 mov ax, ds 285 int 3 286 fakedh_SendEvent endp 263 287 264 288
Note:
See TracChangeset
for help on using the changeset viewer.
