Skip to content
GitLab
Explore
Sign in
qgroundcontrol
src
comm
CallConv.h
Find file
Normal view
Permalink
CallConv.h
102 B
Newer
Older
comm: Move to pragma once
Patrick José Pereira
committed
Oct 29, 2018
1
#pragma once
added additional xbeefiles
Franz
committed
Jul 27, 2011
2
3
4
5
6
7
8
#ifdef Q_OS_WIN
#define CALLTYPEXBEE __stdcall
#else // Q_OS_WIN
#define CALLTYPEXBEE