Changeset 18 for trunk/include


Ignore:
Timestamp:
Jun 1, 1999, 12:37:22 AM (26 years ago)
Author:
phaller
Message:

Further cleanup for linkage

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin.h

    r17 r18  
    3636  #define WIN32API  __stdcall
    3737  #define SYSTEM    _System
     38  #define PASCAL    _Pascal
    3839  #define UNALIGNED
    3940#else
  • trunk/include/winos2def.h

    r17 r18  
    1 /* $Id: winos2def.h,v 1.3 1999-05-31 22:08:08 phaller Exp $ */
     1/* $Id: winos2def.h,v 1.4 1999-05-31 22:37:22 phaller Exp $ */
    22
    33/*
     
    3131#endif
    3232
     33#ifndef PSZ
     34#  define PSZ char *
     35#endif
     36
    3337
    3438extern "C" {
Note: See TracChangeset for help on using the changeset viewer.