Show
Ignore:
Timestamp:
02/01/08 19:51:46 (1 year ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Combo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/internal/C.d

    r4 r44  
    1 /******************************************************************************* 
     1/******************************************************************************* 
    22 * Copyright (c) 2000, 2007 IBM Corporation and others. 
    33 * All rights reserved. This program and the accompanying materials 
     
    1313import dwt.internal.Platform; 
    1414 
     15static import tango.stdc.string; 
     16 
    1517public class C : Platform { 
    16  
     18    alias tango.stdc.string.memmove MoveMemory; 
    1719//public static final native void free (int /*long*/ ptr); 
    1820//public static final native int /*long*/ getenv (byte[] wcsToMbcs);