21 changed files with 39 additions and 82 deletions
@ -1,11 +1,8 @@
@@ -1,11 +1,8 @@
|
||||
#ifndef _CALLCONV_H_ |
||||
#define _CALLCONV_H_ |
||||
#pragma once |
||||
|
||||
#ifdef Q_OS_WIN |
||||
#define CALLTYPEXBEE __stdcall |
||||
#else // Q_OS_WIN
|
||||
#define CALLTYPEXBEE |
||||
#endif // Q_OS_WIN
|
||||
|
||||
|
||||
#endif // _CALLCONV_H_
|
Loading…
Reference in new issue