Skip to content

Commit

Permalink
this is right way in fbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Viste committed Jun 2, 2021
1 parent abfe3da commit a691712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dep/g3dlite/include/G3D/platform.h
Expand Up @@ -50,7 +50,7 @@ These control the version of Winsock used by G3D.
#define G3D_WINSOCK_MAJOR_VERSION 2
#define G3D_WINSOCK_MINOR_VERSION 0

#if !defined(_MSC_VER) && !defined(__FreeBSD__)
#if !defined(_MSC_VER) && !defined(__fastcall)
/// Fast call is a register-based optimized calling convention supported only by Visual C++
#define __fastcall
#endif
Expand Down

0 comments on commit a691712

Please sign in to comment.