view dwt/internal/cocoa/NSInteger.d @ 26:74a3be48bba8

Ported dwt.widgets.ScrollBar
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Mon, 08 Sep 2008 17:55:37 +0200
parents 5b53d338c709
children
line wrap: on
line source

/**
 * Copyright: Copyright (c) 2008 Jacob Carlborg. All rights reserved.
 * Authors: Jacob Carlborg
 * Version: Initial created: Jul 23, 2008
 * License: $(LINK2 http://opensource.org/licenses/bsd-license.php, BSD Style)
 * 
 */
module dwt.internal.cocoa.NSInteger;

import tango.stdc.config;

alias c_long NSInteger;
alias c_ulong NSUInteger;