mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix some int_t types in modperl/modpython
This commit is contained in:
@@ -47,6 +47,9 @@ using std::allocator;
|
||||
%}
|
||||
|
||||
%apply long { off_t };
|
||||
%apply long { uint16_t };
|
||||
%apply long { uint32_t };
|
||||
%apply long { uint64_t };
|
||||
|
||||
%begin %{
|
||||
#include "znc/zncconfig.h"
|
||||
|
||||
Reference in New Issue
Block a user