Ignore:
Timestamp:
Aug 20, 2001, 8:47:54 PM (24 years ago)
Author:
bird
Message:

Documented it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mini/src/win32k/test/minihll2.c

    r6534 r6568  
    1 /* $Id: minihll2.c,v 1.1.2.1 2001-08-15 03:12:41 bird Exp $
     1/* $Id: minihll2.c,v 1.1.2.2 2001-08-20 18:47:54 bird Exp $
    22 *
    33 * The data file.
     
    2525#pragma data_seg("CODEANDDATA", "CODE")
    2626#endif
     27#ifdef __IBMC__
     28#pragma data_seg(CODEANDDATACODE32)
     29#endif
    2730char szMsg[19] = {"I'm really small!\n"};
    2831
Note: See TracChangeset for help on using the changeset viewer.