Changeset 5406:3a3e9d18f561 in roaraudio for include


Ignore:
Timestamp:
02/13/12 15:16:34 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Ported to Win32 (again...) (pr1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio.h

    r5388 r5406  
    4949#define ROAR_VIOF_CREAT     O_CREAT 
    5050#define ROAR_VIOF_TRUNC     O_TRUNC 
     51 
     52#ifndef ROAR_TARGET_WIN32 
    5153#define ROAR_VIOF_NONBLOCK  O_NONBLOCK 
     54#else 
     55#define ROAR_VIOF_NONBLOCK  0 
     56#endif 
    5257 
    5358#define ROAR_VIO_FLAGS_NONE        0x00000000UL 
Note: See TracChangeset for help on using the changeset viewer.