Changeset 6535 for branches/mini/src


Ignore:
Timestamp:
Aug 15, 2001, 5:17:36 AM (24 years ago)
Author:
bird
Message:

\r->\n

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mini/src/win32k/test/mini.asm

    r6530 r6535  
    1 ; $Id: mini.asm,v 1.1.2.8 2001-08-14 22:51:29 bird Exp $
     1; $Id: mini.asm,v 1.1.2.9 2001-08-15 03:17:36 bird Exp $
    22;
    33; Haveing great fun making small executables...
     
    3535; Data
    3636;
    37 ImReallySmall   db  "I'm really small!",013
     37ImReallySmall   db  "I'm really small!",0ah
    3838ifdef CLIB
    3939terminator db 0
     
    263263    add     esp, 12
    264264    ret
    265 ImReallySmall   db  "I'm really small!",013
     265ImReallySmall   db  "I'm really small!",0ah
    266266
    267267db 0,0,0
Note: See TracChangeset for help on using the changeset viewer.