Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
7db9d47d0ced0ec88d6ea6c955165be83fce8703
7db9d47d0ced0ec88d6ea6c955165be83fce8703
Switch branch/tag
qgroundcontrol
src
comm
CallConv.h
Find file
Normal view
History
Permalink
CallConv.h
102 Bytes
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