diff options
Diffstat (limited to 'unixODBC/inc/iodbcunix.h')
-rw-r--r-- | unixODBC/inc/iodbcunix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unixODBC/inc/iodbcunix.h b/unixODBC/inc/iodbcunix.h index eb61ad87ec47..2e309fd4ab06 100644 --- a/unixODBC/inc/iodbcunix.h +++ b/unixODBC/inc/iodbcunix.h @@ -98,7 +98,7 @@ #define PASCAL #define VOID void #define CALLBACK -#ifndef OS2 +#if !( defined(OS2) || defined(WNT) ) #define _cdecl #define __stdcall #endif |